strayge / FmanActionBar

Add top & bottom action bars with button for various actions.
4 stars 1 forks source link

Where can I find the list of commands which I can use ? #3

Open Chaiavi opened 3 years ago

Chaiavi commented 3 years ago

in action_bar.json, you use commands like: rename, create_directory, open_native_file_manager etc...

If I want to put different commands in order to create a custom top/down menu, where can I find them ? Maybe you can add a link t=in the readme.md to the list of commands ?

strayge commented 3 years ago

Unfortunately fman docs missed actual command list. It only point out to source code and said naming rule:

If you see a command MoveCursorDown there, refer to it in the key bindings as move_cursor_down.

Also plugins can override / add new commands.

There is what I have atm:

Default pane commands

cleanup_guide
command_palette
compare_directories
copy
copy_paths_to_clipboard
copy_to_clipboard
create_and_edit_file
create_directory
cut
delete_permanently
deselect
go_back
go_forward
go_to
go_to_root_of_current_drive
go_up
install_license_key
invert_selection
list_plugins
move
move_cursor_down
move_cursor_end
move_cursor_home
move_cursor_page_down
move_cursor_page_up
move_cursor_up
move_to_trash
none
open
open_data_directory
open_directory
open_file
open_in_left_pane
open_in_right_pane
open_native_file_manager
open_selected_files
open_terminal
open_with
open_with_editor
pack
paste
paste_cut
reload
rename
select_all
show_explorer_properties
show_volumes
sort_by_column
switch_panes
symlink
toggle_hidden_files
toggle_selection
tutorial

Plugin pane commands

FmanBookmarks

bookmark_add
bookmarks_list

FmanNewFile

create_file

FmanDupePanel

dupe_panel

OpenCurrentPathWithEditor

open_current_path_with_editor

Default application commands

about
help
install_plugin
minimize
quit
reload_plugins
remove_plugin
toggle_fullscreen
zen_of_fman