Skip to content

Commit

Permalink
add screenshots, and description
Browse files Browse the repository at this point in the history
  • Loading branch information
VPROFi committed Sep 1, 2023
1 parent 0a53af8 commit 228a761
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ The plugin allows (linux and macos):
Build instruction like far2l (https://github.com/VPROFi/far2l)

If your want build inside other version far2l - put content ./src into ./far2l/processes and add to ./far2l/CMakeLists.txt add_subdirectory (processes)

![](img/1.png)
![](img/2.png)
![](img/3.png)
Binary file added img/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion src/configs/plug/ProcEng.hlf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ $ #Panel Processes list#
$^#Panel Processes list:#
The panel allows:

- view information, edit (#F4#) processes information
- view and sort processes information
- #ctrl+F3# by name
- #ctrl+F4# by CPU usage
- #ctrl+F5# by PID
- #ctrl+F6# by resident memory usage
- #ctrl+F8# by time snice system start


@Config
$^#Panel Processes: Configuration#
Expand All @@ -29,3 +35,5 @@ $^#Panel Processes: Configuration#
#Save configuration to file#
Saves the configuration to a file ($HOME/.config/far2l/plugins/processes/config.ini), additionally allows you to manually fine-tune the columns (width, display names, etc.).

#Select panel fields#
Aviable <-> Selected. Use #SPACE# #ENTER# or mouse click.
10 changes: 9 additions & 1 deletion src/configs/plug/ProcRus.hlf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ $ #Панель SQL
$^#Панель Processes
Панель позволяет:

- просматривать (#F3#) и редактировать (#F4#) информацию о процессах
- просматривать и сортировать информацию о процессах:
- #ctrl+F3# по имени
- #ctrl+F4# по CPU
- #ctrl+F5# по PID
- #ctrl+F6# по размеру резидентной памяти
- #ctrl+F8# по времени работы (от запуска системы)

@Config
$^#Панель SQL: Конфигурация#
Expand All @@ -29,3 +34,6 @@ $^#Панель SQL: Конфигурация#
#Сохранить конфигурацию в файл#
Сохраняет конфигурацию в файл ($HOME/.config/far2l/plugins/processes/config.ini), дополнительно позволяет вручную более тонко настроить столбцы (ширину, выводить ли вообще, имена).

#Выбрать поля панели#
Aviable: имеющиеся <-> Selected: выбранные. Используйте #SPACE# #ENTER# или клик мышкой.

1 change: 0 additions & 1 deletion src/plugincfg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ void PluginCfg::FillFields(HANDLE hDlg, int listIndex, int index)
for( int i = 0; i < total; i++ ) {
LOG_INFO("cfg.columnTitles[%d][%d] %S\n", index, i, cfg.columnTitles[index][i]);
}*/

}


Expand Down

0 comments on commit 228a761

Please sign in to comment.