Class: Hooker

Inherits:
HookApp show all
Defined in:
lib/hook/hooker.rb

Overview

Hook.app CLI interface

Instance Method Summary collapse

Methods inherited from HookApp

#act_on, #all_bookmarks, #bookmark_for, #bookmark_from_app, #browse_bookmarks, #browse_linked, #clip_bookmark, #clone_hooks, #copy_bookmark, #decode, #delete_all_hooks, #delete_hooks, #encode, #format_regex, #get_hooks, #link_all, #link_files, #linked_bookmarks, #open_gui, #open_linked, #output_array, #search_bookmarks, #search_name, #search_path_or_address, #select_hook, #validate_format

Methods included from Hook::PromptFZF

#fzf, #install_fzf, #uninstall_fzf, #which_fzf

Methods included from Hook::PromptSTD

#clear_screen, #restore_std, #silence_std

Constructor Details

#initializeHooker

Returns a new instance of Hooker.



6
7
8
9
# File 'lib/hook/hooker.rb', line 6

def initialize
  super
  warn "Using Hooker class is deprecated, update to use HookApp instead"
end