diff options
-rw-r--r-- | code/fm.rb | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/code/fm.rb b/code/fm.rb index 76056958..c69cefb1 100644 --- a/code/fm.rb +++ b/code/fm.rb @@ -11,6 +11,27 @@ OPTIONS = { 'preview' => true, } +## methods: +## initialize(pwd=nil) +## refresh +## boot_up +## lines +## dump +## on_interrupt +## terminal_killed? +## main_loop +## current_path +## reset_title +## enter_dir_safely(dir) +## enter_dir(dir) +## currentfile +## selection +## move_to_trash!(filename) +## move_to_trash(file) +## bar_add(bar) +## bar_del(bar) +## getfiles +## module Fm extend self COPY_PRIORITY = -2 @@ -60,8 +81,6 @@ module Fm attr_reader(:dirs, :pwd) - def pwd() @pwd end - def refresh() begin @pwd.refresh |