Hi, is it possible to launch a file properties dialog from FAR manager, or from the command line? Or see all the information that is available in file properties dialog inside FAR?
Thanks,
Launch a file properties dialog or see file properties
-
- Posts: 1378
- Joined: Mon 04 Apr, 2005 13:41
- Location: San Ramon, CA / Kharkov, UA
- Has thanked: 43 times
- Been thanked: 64 times
Launch a file properties dialog or see file properties
CtrlA
(File Attributes) -> [System Properties]?
Last edited by Yegor on Thu 25 Apr, 2024 17:54, edited 1 time in total.
Мы не можем ждать милостей от Фара, взять их у него — наша задача! (C) Мичурин
- buniak_a_h
- Posts: 4365
- Joined: Sat 20 Apr, 2013 00:17
- Location: Санкт-Петробад
- Has thanked: 234 times
- Been thanked: 656 times
- Contact:
- John Doe
- Бюрократ
- Posts: 14031
- Joined: Wed 27 Apr, 2005 20:42
- Has thanked: 78 times
- Been thanked: 443 times
- Contact:
Launch a file properties dialog or see file properties
Convenient macro for this case:
Use case: to open system properties for file under cursor you just need to press Ctrl-A twice.
Code: Select all
Macro { description="System properties";
area="Dialog"; key="CtrlA";
id="66935DAB-90E2-4B2E-84AC-5B237F966E7A";
condition=function()
return Dlg.Id==far.Guids.FileAttrDlgId and Menu.Id==""
end;
action=function()
Keys"PgDn Right Enter"
end;
}
https://t.me/FarManager — Telegram чат
-
- Posts: 2
- Joined: Wed 24 Jul, 2024 13:03
Launch a file properties dialog or see file properties
hey,
hi! in FAR file manager, you can’t open a file properties dialog like in Windows Explorer. however, you can use commands like attrib or dir in the command line to get file details. FAR doesn’t have a graphical properties window, but its built-in commands can provide some information.
hi! in FAR file manager, you can’t open a file properties dialog like in Windows Explorer. however, you can use commands like attrib or dir in the command line to get file details. FAR doesn’t have a graphical properties window, but its built-in commands can provide some information.
-
- Posts: 1378
- Joined: Mon 04 Apr, 2005 13:41
- Location: San Ramon, CA / Kharkov, UA
- Has thanked: 43 times
- Been thanked: 64 times
Launch a file properties dialog or see file properties
Christopher192, are you a bot?
Мы не можем ждать милостей от Фара, взять их у него — наша задача! (C) Мичурин
- HaRT
- Moderator
- Posts: 11015
- Joined: Tue 30 Aug, 2005 17:21
- Has thanked: 233 times
- Been thanked: 367 times
Launch a file properties dialog or see file properties
Фар есть инструмент, а не нянька. © 2009 DrKnS