Table of Contents - doing
Pages
- README
- _doing.zsh
- doing.bash
- doing.fish
- wiki.css
- wiki.haml
- wiki_index.haml
-
ADVANCED
- Advanced fzf examples
- Introduction
- Screen Layout
--height
fzf-tmux
- Popup window support
- Dynamic reloading of the list
- Updating the list of processes by pressing CTRL-R
- Toggling between data sources
- Ripgrep integration
- Using fzf as the secondary filter
- Using fzf as interative Ripgrep launcher
- Switching to fzf-only search mode
- Log tailing
- Key bindings for git objects
- Files listed in
git status
- Branches
- Commit hashes
- Color themes
- Generating fzf color theme from Vim color schemes
- BUILD
-
CHANGELOG
- CHANGELOG
- 0.28.0
- 0.27.3
- 0.27.2
- 0.27.1
- 0.27.0
- 0.26.0
- 0.25.1
- 0.25.0
- 0.24.4
- 0.24.3
- 0.24.2
- 0.24.1
- 0.24.0
- 0.23.1
- 0.23.0
- 0.22.0
- 0.21.1
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.5
- 0.17.4
- 0.17.3
- 0.17.1
- 0.17.0-2
- 0.17.0
- 0.16.11
- 0.16.10
- 0.16.9
- 0.16.8
- 0.16.7
- 0.16.6
- 0.16.5
- 0.16.4
- 0.16.3
- 0.16.2
- 0.16.1
- 0.16.0
- 0.15.9
- 0.15.8
- 0.15.7
- 0.15.6
- 0.15.5
- 0.15.4
- 0.15.3
- 0.15.2
- 0.15.1
- 0.15.0
- 0.13.5
- 0.13.4
- 0.13.3
- 0.13.2
- 0.13.1
- 0.13.0
- 0.12.2
- 0.12.1
- 0.12.0
- 0.11.4
- 0.11.3
- 0.11.2
- 0.11.1
- 0.11.0
- 0.10.9
- 0.10.8
- 0.10.7
- 0.10.6
- 0.10.5
- 0.10.4
- 0.10.3
- 0.10.2
- Fixes and improvements
- 0.10.1
- New features
- Minor improvements/fixes
- 0.10.0
- New features
- Minor improvements/fixes
- 0.9.13
- New features
- Bug fixes
- 0.9.12
- New features
- Bug fixes
- 0.9.11
- New features
- Bug fixes
- 0.9.10
- Improvements
- New features
- 0.9.9
- New features
- 0.9.8
- Bug fixes
- 0.9.7
- New features
- Bug fixes
- 0.9.6
- New features
- Added
--expect
option (#163) - Bug fixes
- 0.9.5
- New features
- Added
--ansi
option (#150) - Improvements
- Reduced initial memory footprint (#151)
- Bug fixes
- 0.9.4
- New features
- Added
--tac
option to reverse the order of the input. - Backward incompatible changes
- Changed behavior on
--no-sort
- Improvements
--filter
will not block when sort is disabled- 0.9.3
- New features
- Improvements
- Dockerfile
- LICENSE
- Makefile
- README-VIM
-
README
- <img src=“
” height=“170” alt=“fzf - a command-line fuzzy finder”>
- Pros
- Table of Contents
- Installation
- Using Homebrew
- Using git
- Using Linux package managers
- Windows
- As Vim plugin
- Upgrading fzf
- Building fzf
- Usage
- Using the finder
- Layout
- Search syntax
- Environment variables
- Options
- Demo
- Examples
fzf-tmux
script- Key bindings for command-line
- Fuzzy completion for bash and zsh
- Files and directories
- Process IDs
- Host names
- Environment variables / Aliases
- Settings
- Supported commands
- Custom fuzzy completion
- Vim plugin
- Advanced topics
- Performance
- Executing external programs
- Reloading the candidate list
- 1. Update the list of processes by pressing CTRL-R
- 2. Switch between sources by pressing CTRL-D or CTRL-F
- 3. Interactive ripgrep integration
- Preview window
- Tips
- Respecting
.gitignore
- Fish shell
- Related projects
- License
- <img src=“
- fzf-tmux
- fzf
- go.mod
- go.sum
- install
- install.ps1
- main.go
- fzf-tmux.1
- fzf.1
- fzf.vim
- completion.bash
- completion.zsh
- key-bindings.bash
- key-bindings.fish
- key-bindings.zsh
- LICENSE
- algo.go
- algo_test.go
- normalize.go
- ansi.go
- ansi_test.go
- cache.go
- cache_test.go
- chunklist.go
- chunklist_test.go
- constants.go
- core.go
- history.go
- history_test.go
- item.go
- item_test.go
- matcher.go
- merger.go
- merger_test.go
- options.go
- options_test.go
- pattern.go
- pattern_test.go
- protector.go
- protector_openbsd.go
- reader.go
- reader_test.go
- result.go
- result_others.go
- result_test.go
- result_x86.go
- terminal.go
- terminal_test.go
- terminal_unix.go
- terminal_windows.go
- tokenizer.go
- tokenizer_test.go
- dummy.go
- light.go
- light_unix.go
- light_windows.go
- tcell.go
- tcell_test.go
- ttyname_unix.go
- ttyname_windows.go
- tui.go
- tui_test.go
- atomicbool.go
- atomicbool_test.go
- chars.go
- chars_test.go
- eventbox.go
- eventbox_test.go
- slab.go
- util.go
- util_test.go
- util_unix.go
- util_windows.go
- fzf.vader
- uninstall
- doing.css
- doing.haml
Classes and Modules
- Array
- BooleanTermParser
- BooleanTermParser::Clause
- BooleanTermParser::Operator
- BooleanTermParser::Query
- BooleanTermParser::QueryParser
- BooleanTermParser::QueryTransformer
- CompletionTest
- Doing
- Doing::CSVExport
- Doing::CalendarImport
- Doing::CaptureThingImport
- Doing::Change
- Doing::Changes
- Doing::Color
- Doing::Completion
- Doing::Completion::BashCompletions
- Doing::Completion::FishCompletions
- Doing::Completion::ZshCompletions
- Doing::Configuration
- Doing::DayOneRenderer
- Doing::DayoneExport
- Doing::DoingImport
- Doing::Entry
- Doing::Errors
- Doing::Errors::DoingNoTraceError
- Doing::Errors::DoingRuntimeError
- Doing::Errors::DoingStandardError
- Doing::Errors::EmptyInput
- Doing::Errors::NoResults
- Doing::Errors::PluginException
- Doing::Errors::UserCancelled
- Doing::Errors::WrongCommand
- Doing::HTMLExport
- Doing::Hooks
- Doing::Item
- Doing::Items
- Doing::JSONExport
- Doing::Logger
- Doing::MarkdownExport
- Doing::MarkdownRenderer
- Doing::Note
- Doing::Pager
- Doing::Plugins
- Doing::Prompt
- Doing::SayExport
- Doing::Section
- Doing::TaskPaperExport
- Doing::TemplateExport
- Doing::TemplateString
- Doing::TimingImport
- Doing::Types
- Doing::Util
- Doing::Util::Backup
- Doing::Version
- Doing::WWID
- Doing::WikiExport
- FalseClass
- GLI
- GLI::Commands
- GLI::Commands::Doc
- GLI::Commands::Help
- GLI::Commands::MarkdownDocumentListener
- Hash
- Numeric
- Object
- PhraseParser
- PhraseParser::Operator
- PhraseParser::PhraseClause
- PhraseParser::Query
- PhraseParser::QueryParser
- PhraseParser::QueryTransformer
- PhraseParser::TermClause
- Shell
- Status
- String
- Symbol
- TestBase
- TestBash
- TestFish
- TestGoFZF
- TestShell
- TestZsh
- ThreadedTestString
- ThreadedTests
- Time
- Tmux
- Tmux::lines
- TrueClass
Methods
- ::add_to_day_one — Doing
- ::available_plugins — Doing::Plugins
- ::bash — Shell
- ::choose_from — Doing::Prompt
- ::choose_from_items — Doing::Prompt
- ::clear_screen — Doing::Prompt
- ::config — Doing
- ::config_with — Doing
- ::default_answer — Doing::Prompt
- ::default_dir — Doing::Completion
- ::default_file — Doing::Completion
- ::default_filenames — Doing::Completion
- ::duplicate? — Doing::DoingImport
- ::duplicate? — Doing::CaptureThingImport
- ::enter_text — Doing::Prompt
- ::find_executable — Doing::Pager
- ::fish — Shell
- ::force_answer — Doing::Prompt
- ::format_note — Doing::CSVExport
- ::fzf — Doing::Prompt
- ::generate_all — Doing::Completion
- ::generate_completion — Doing::Completion
- ::generate_type — Doing::Completion
- ::get_help_sections — Doing::Completion
- ::git_pager — Doing::Pager
- ::import — Doing::CalendarImport
- ::import — Doing::DoingImport
- ::import — Doing::TimingImport
- ::import — Doing::CaptureThingImport
- ::insert_hook — Doing::Hooks
- ::install_builtin — Doing::Completion
- ::install_fzf — Doing::Prompt
- ::link_completion — Doing::Completion
- ::link_completion_type — Doing::Completion
- ::link_default — Doing::Completion
- ::list_plugins — Doing::Plugins
- ::load_plugins — Doing::Plugins
- ::logger — Doing
- ::new — BooleanTermParser::Clause
- ::new — BooleanTermParser::Query
- ::new — Doing::Change
- ::new — Doing::Changes
- ::new — Doing::Entry
- ::new — Doing::Version
- ::new — Doing::Completion::BashCompletions
- ::new — Doing::Completion::FishCompletions
- ::new — Doing::Completion::ZshCompletions
- ::new — Doing::Configuration
- ::new — Doing::Errors::UserCancelled
- ::new — Doing::Errors::EmptyInput
- ::new — Doing::Errors::DoingStandardError
- ::new — Doing::Errors::WrongCommand
- ::new — Doing::Errors::DoingRuntimeError
- ::new — Doing::Errors::NoResults
- ::new — Doing::Errors::DoingNoTraceError
- ::new — Doing::Errors::PluginException
- ::new — Doing::Item
- ::new — Doing::Items
- ::new — Doing::Logger
- ::new — GLI::Commands::MarkdownDocumentListener
- ::new — Doing::Note
- ::new — PhraseParser::TermClause
- ::new — PhraseParser::PhraseClause
- ::new — PhraseParser::Query
- ::new — Doing::DayOneRenderer
- ::new — Doing::MarkdownRenderer
- ::new — Doing::Section
- ::new — Doing::TemplateString
- ::new — Doing::WWID
- ::new — Tmux
- ::normalize_type — Doing::Completion
- ::page — Doing::Pager
- ::pagers — Doing::Pager
- ::paginate — Doing::Pager
- ::paginate= — Doing::Pager
- ::parse_command — Doing::Completion
- ::parse_commands — Doing::Completion
- ::parse_entry — Doing::CaptureThingImport
- ::parse_option — Doing::Completion
- ::parse_options — Doing::Completion
- ::plugin_names — Doing::Plugins
- ::plugin_regex — Doing::Plugins
- ::plugin_templates — Doing::Plugins
- ::plugins — Doing::Plugins
- ::plugins_path — Doing::Plugins
- ::priority_value — Doing::Hooks
- ::read_capture_folder — Doing::CaptureThingImport
- ::read_doing_file — Doing::DoingImport
- ::read_line — Doing::Prompt
- ::read_lines — Doing::Prompt
- ::register — Doing::Hooks
- ::register — Doing::Plugins
- ::register_one — Doing::Hooks
- ::render — Doing::CSVExport
- ::render — Doing::DayoneExport
- ::render — Doing::HTMLExport
- ::render — Doing::JSONExport
- ::render — Doing::MarkdownExport
- ::render — Doing::TaskPaperExport
- ::render — Doing::TemplateExport
- ::render — Doing::SayExport
- ::render — Doing::WikiExport
- ::request_lines — Doing::Prompt
- ::restore_std — Doing::Prompt
- ::save_template — Doing::Plugins
- ::set — Doing
- ::setting — Doing
- ::settings — Doing::CSVExport
- ::settings — Doing::DayoneExport
- ::settings — Doing::HTMLExport
- ::settings — Doing::JSONExport
- ::settings — Doing::MarkdownExport
- ::settings — Doing::TaskPaperExport
- ::settings — Doing::TemplateExport
- ::settings — Doing::CalendarImport
- ::settings — Doing::DoingImport
- ::settings — Doing::TimingImport
- ::settings — Doing::CaptureThingImport
- ::settings — Doing::SayExport
- ::settings — Doing::WikiExport
- ::settings — Doing
- ::silence_std — Doing::Prompt
- ::symbol — BooleanTermParser::Operator
- ::symbol — PhraseParser::Operator
- ::template — Doing::DayoneExport
- ::template — Doing::HTMLExport
- ::template — Doing::MarkdownExport
- ::template — Doing::SayExport
- ::template — Doing::WikiExport
- ::template_for_trigger — Doing::Plugins
- ::template_regex — Doing::Plugins
- ::to_dayone — Doing::DayoneExport
- ::trigger — Doing::Hooks
- ::uninstall_fzf — Doing::Prompt
- ::user_home — Doing::Plugins
- ::valid_type — Doing::Plugins
- ::validate_dir — Doing::Completion
- ::validate_file — Doing::Completion
- ::validate_plugin — Doing::Plugins
- ::validate_target — Doing::Completion
- ::which_fzf — Doing::Prompt
- ::which_pager — Doing::Pager
- ::yn — Doing::Prompt
- ::zsh — Shell
- #abort_with — Doing::Logger
- #act_on — Doing::WWID
- #add — Doing::Note
- #add_at — String
- #add_dashes — GLI::Commands::MarkdownDocumentListener
- #add_item — Doing::WWID
- #add_options — Object
- #add_section — Doing::Items
- #add_tags — String
- #add_tags! — String
- #add_with_editor — Doing::WWID
- #additional_configs — Doing::Configuration
- #adjust_verbosity — Doing::Logger
- #all_searches? — Doing::Change
- #all_searches? — Doing::Item
- #all_tags — Doing::Items
- #all_tags — Doing::WWID
- #all_tags? — Doing::Item
- #all_values? — Doing::Item
- #any_searches? — Doing::Change
- #any_searches? — Doing::Item
- #any_tags? — Doing::Item
- #any_values? — Doing::Item
- #append — Doing::Note
- #append_string — Doing::Note
- #apply_colors — Doing::TemplateString
- #archive — Doing::WWID
- #args_for_editor — Doing::Util
- #autotag — Doing::WWID
- #backup_dir — Doing::Util::Backup
- #beginning — GLI::Commands::MarkdownDocumentListener
- #benchmark — Doing::Logger
- #calc_interval — Doing::Item
- #calculate_end_date — Doing::Item
- #cap_first — String
- #capture — Tmux
- #changes_only — Doing::Change
- #choose_config — Doing::Configuration
- #choose_section — Doing::WWID
- #choose_section_tag — Doing::WWID
- #choose_tag — Doing::WWID
- #choose_view — Doing::WWID
- #chronify — String
- #chronify_qty — String
- #clause_to_query — PhraseParser::Query
- #clean — Doing::Entry
- #clean_unlinked_urls — String
- #clear — Status
- #clear_redo — Doing::Util::Backup
- #clear_undone — Doing::Util::Backup
- #clone — Hash
- #clone — Doing::Item
- #color_message — Doing::Logger
- #colored — Doing::TemplateString
- #colors? — Doing::TemplateString
- #cols — Status
- #combined_content — Doing::WWID
- #command — GLI::Commands::MarkdownDocumentListener
- #command_function — Doing::Completion::BashCompletions
- #commands — GLI::Commands::MarkdownDocumentListener
- #compare — Doing::Version
- #compress — String
- #compress — Doing::Note
- #compress! — String
- #compress! — Doing::Note
- #config_dir — Doing::Configuration
- #config_file — Doing::Configuration
- #configure — Doing::Configuration
- #configure — Doing::WWID
- #count — Doing::Logger
- #create — Doing::WWID
- #create_backup_dir — Doing::Util::Backup
- #date_matches? — Doing::Item
- #date_of_backup — Doing::Util::Backup
- #debug — Doing::Logger
- #decrement_nest — GLI::Commands::MarkdownDocumentListener
- #dedup — Doing::Items
- #dedup — Doing::WWID
- #dedup! — Doing::Items
- #dedup_tags — String
- #dedup_tags! — String
- #deep_freeze — Hash
- #deep_freeze! — Hash
- #deep_merge_hashes — Doing::Util
- #deep_merge_hashes! — Doing::Util
- #deep_set — Hash
- #deep_thaw — Hash
- #deep_thaw! — Hash
- #default_command — GLI::Commands::MarkdownDocumentListener
- #default_config_file — Doing::Configuration
- #default_editor — Doing::Util
- #delete_item — Doing::Items
- #delete_items — Doing::WWID
- #delete_section — Doing::Items
- #diff — Doing::Items
- #do_archive — Doing::WWID
- #duplicable? — Doing::Util
- #duplicate_frozen_values — Doing::Util
- #duration — Doing::Item
- #duration_matches? — Doing::Item
- #edit_items — Doing::WWID
- #edit_last — Doing::WWID
- #editor_with_args — Doing::Util
- #end_command — GLI::Commands::MarkdownDocumentListener
- #end_commands — GLI::Commands::MarkdownDocumentListener
- #end_date — Doing::Item
- #end_options — GLI::Commands::MarkdownDocumentListener
- #ending — GLI::Commands::MarkdownDocumentListener
- #equal? — Doing::Item
- #equal? — Doing::Note
- #error — Doing::Logger
- #esc — Status
- #exact_match? — Doing::Configuration
- #exec_available — Doing::Util
- #expand_date_tags — String
- #expand_date_tags — Doing::Item
- #fetch — Doing::Configuration
- #fill — Doing::TemplateString
- #filter_items — Doing::WWID
- #find_default_editor — Doing::Util
- #find_deprecations — Doing::Configuration
- #find_local_config — Doing::Configuration
- #finished? — Doing::Item
- #first_available_exec — Doing::Util
- #flag — GLI::Commands::MarkdownDocumentListener
- #focus — Tmux
- #force_answer — Doing::Configuration
- #fork_editor — Doing::WWID
- #format_counter — Doing::Logger
- #format_input — Doing::WWID
- #format_time — Numeric
- #formatted_topic — Doing::Logger
- #from — Doing::Configuration
- #fuzzy_filter_items — Doing::WWID
- #fzf — TestBase
- #fzf! — TestBase
- #generate_completions — Doing::Completion::BashCompletions
- #generate_completions — Doing::Completion::FishCompletions
- #generate_completions — Doing::Completion::ZshCompletions
- #generate_helpers — Doing::Completion::FishCompletions
- #generate_helpers — Doing::Completion::ZshCompletions
- #generate_subcommand_completions — Doing::Completion::FishCompletions
- #generate_subcommand_completions — Doing::Completion::ZshCompletions
- #generate_subcommand_option_completions — Doing::Completion::FishCompletions
- #generate_subcommand_option_completions — Doing::Completion::ZshCompletions
- #get_backups — Doing::Util::Backup
- #get_binding — Doing::DayOneRenderer
- #get_binding — Doing::MarkdownRenderer
- #get_diff — Doing::WWID
- #get_interval — Doing::WWID
- #get_view — Doing::WWID
- #get_words — Doing::Completion::BashCompletions
- #go — Tmux
- #good? — Object
- #good? — Array
- #good? — String
- #good? — FalseClass
- #good? — TrueClass
- #guess_section — Doing::WWID
- #guess_view — Doing::WWID
- #header — GLI::Commands::MarkdownDocumentListener
- #highlight_errors — String
- #highlight_search — String
- #highlight_search — Doing::Item
- #highlight_search! — String
- #highlight_tags — Array
- #highlight_tags — String
- #highlight_tags! — String
- #humanize — Time
- #id — Doing::Item
- #ignore? — String
- #ignore_case — String
- #ignore_case — Doing::Item
- #import — Doing::WWID
- #in_section — Doing::Items
- #include? — Doing::Items
- #increment_nest — GLI::Commands::MarkdownDocumentListener
- #info — Doing::Logger
- #init_doing_file — Doing::WWID
- #inspect — Doing::Configuration
- #inspect — Doing::Item
- #inspect — Doing::Items
- #inspect — Doing::Note
- #inspect — Doing::Section
- #interactive — Doing::Changes
- #interactive — Doing::WWID
- #interval — Doing::Item
- #is_range? — String
- #kill — Tmux
- #last — Doing::WWID
- #last_backup — Doing::Util::Backup
- #last_color — String
- #last_entry — Doing::WWID
- #last_note — Doing::WWID
- #latest — Doing::Changes
- #link_urls — String
- #link_urls! — String
- #list_date — Doing::WWID
- #list_section — Doing::WWID
- #load_plugins — Doing::Configuration
- #local_config — Doing::Configuration
- #log_benchmarks — Doing::Logger
- #log_change — Doing::Logger
- #log_level= — Doing::Logger
- #log_now — Doing::Logger
- #log_tags — Array
- #logger — Doing::WWID
- #lookup — Doing::Changes
- #ltrunc — String
- #ltrunc! — String
- #main_function — Doing::Completion::BashCompletions
- #match — BooleanTermParser::Query
- #match — PhraseParser::Query
- #match_phrase — PhraseParser::Query
- #mergable? — Doing::Util
- #merge_default_proc — Doing::Util
- #merge_values — Doing::Util
- #message — Doing::Logger
- #move_to — Doing::Item
- #msg — Status
- #nested_hash — Array
- #new_shell — TestBash
- #new_shell — TestZsh
- #new_shell — TestFish
- #next_item — Doing::WWID
- #next_test — ThreadedTests
- #no_searches? — Doing::Change
- #no_searches? — Doing::Item
- #no_tags? — Doing::Item
- #no_values? — Doing::Item
- #normalize_age — String
- #normalize_age — Symbol
- #normalize_age! — String
- #normalize_bool — String
- #normalize_bool — Symbol
- #normalize_bool! — String
- #normalize_case — String
- #normalize_case — Symbol
- #normalize_case! — String
- #normalize_color — String
- #normalize_matching — String
- #normalize_matching — Symbol
- #normalize_matching! — String
- #normalize_order — String
- #normalize_order — Symbol
- #normalize_order! — String
- #normalize_tag_sort — String
- #normalize_tag_sort — FalseClass
- #normalize_tag_sort — TrueClass
- #normalize_tag_sort — Symbol
- #normalize_tag_sort! — String
- #normalize_trigger — String
- #normalize_trigger! — String
- #number_or_date — Doing::Item
- #options — GLI::Commands::MarkdownDocumentListener
- #output — Doing::WWID
- #output_results — Doing::Logger
- #overlapping_time? — Doing::Item
- #parse_changes — Doing::Changes
- #parse_colors — Doing::TemplateString
- #parse_entries — Doing::Change
- #parsed_colors — Doing::TemplateString
- #paste — Tmux
- #prepare — Tmux
- #program_desc — GLI::Commands::MarkdownDocumentListener
- #program_long_desc — GLI::Commands::MarkdownDocumentListener
- #progress — Status
- #prune_backups — Doing::Util::Backup
- #prune_backups_after — Doing::Util::Backup
- #raw — Doing::TemplateString
- #read_config — Doing::Configuration
- #read_local_configs — Doing::Configuration
- #readonce — TestBase
- #recent — Doing::WWID
- #record_tag_times — Doing::WWID
- #redo_backup — Doing::Util::Backup
- #relative_date — Time
- #remove_at — String
- #remove_self_links — String
- #reparse — Doing::TemplateString
- #repeat_item — Doing::WWID
- #repeat_last — Doing::WWID
- #replace_qualified_urls — String
- #reset_item — Doing::WWID
- #resolve_key_path — Doing::Configuration
- #restore_last_backup — Doing::Util::Backup
- #restore_level — Doing::Logger
- #rotate — Doing::WWID
- #run — ThreadedTests
- #run_after — Doing::WWID
- #run_test — ThreadedTests
- #rx? — String
- #safe_load_file — Doing::Util
- #same_time? — Doing::Item
- #sanitize — String
- #save_undone — Doing::Util::Backup
- #search — Doing::Changes
- #search — Doing::Item
- #search_entries — Doing::Change
- #section? — Doing::Items
- #section_titles — Doing::Items
- #sections — Doing::WWID
- #select_backup — Doing::Util::Backup
- #select_redo — Doing::Util::Backup
- #send_keys — Tmux
- #set_type — String
- #set_var — TestFish
- #set_var — TestShell
- #setup — TestGoFZF
- #setup — TestShell
- #shell — TestBash
- #shell — TestZsh
- #shell — TestFish
- #short_desc — String
- #should? — Doing::Item
- #should_finish? — Doing::Item
- #should_time? — Doing::Item
- #show_help — GLI::Commands::Help
- #show_menu — Doing::Util::Backup
- #simple_wrap — String
- #split_date_range — String
- #split_items — Doing::Change
- #split_tags — Doing::Item
- #split_value_query — Doing::Item
- #status — Status
- #stop_start — Doing::WWID
- #stringify_keys — Hash
- #strip_lines — Doing::Note
- #strip_lines! — Doing::Note
- #switch — GLI::Commands::MarkdownDocumentListener
- #symbolize_keys — Hash
- #tag — String
- #tag — Doing::Item
- #tag! — String
- #tag_array — Doing::Item
- #tag_groups — Doing::WWID
- #tag_last — Doing::WWID
- #tag_pattern? — Doing::Item
- #tag_times — Doing::WWID
- #tag_value — Doing::Item
- #tag_value_matches? — Doing::Item
- #tag_values? — Doing::Item
- #tags — Doing::Item
- #tags? — Doing::Item
- #tags_to_array — Array
- #tags_with_values — Doing::Item
- #teardown — TestGoFZF
- #teardown — TestShell
- #temp_level — Doing::Logger
- #tempname — TestBase
- #test_accept_non_empty — TestGoFZF
- #test_accept_non_empty_with_empty_list — TestGoFZF
- #test_accept_non_empty_with_multi_selection — TestGoFZF
- #test_alt_c — TestShell
- #test_alt_c_command — TestShell
- #test_backward_delete_char_eof — TestGoFZF
- #test_backward_eof — TestGoFZF
- #test_bind — TestGoFZF
- #test_bind_print_query — TestGoFZF
- #test_bind_replace_query — TestGoFZF
- #test_cancel — TestGoFZF
- #test_change_first_last — TestGoFZF
- #test_change_prompt — TestGoFZF
- #test_clear_list_when_header_lines_changed_due_to_reload — TestGoFZF
- #test_clear_query — TestGoFZF
- #test_clear_selection — TestGoFZF
- #test_close — TestGoFZF
- #test_complete_quoted_command — TestZsh
- #test_ctrl_r — TestShell
- #test_ctrl_r_abort — TestShell
- #test_ctrl_r_multiline — TestShell
- #test_ctrl_t — TestShell
- #test_ctrl_t_unicode — TestShell
- #test_custom_completion — CompletionTest
- #test_custom_completion_api — CompletionTest
- #test_cycle — TestGoFZF
- #test_default_extended — TestGoFZF
- #test_dir_completion — CompletionTest
- #test_disabled — TestGoFZF
- #test_dynamic_completion_loader — TestBash
- #test_escaped_meta_characters — TestGoFZF
- #test_exact — TestGoFZF
- #test_execute — TestGoFZF
- #test_execute_multi — TestGoFZF
- #test_execute_plus_flag — TestGoFZF
- #test_execute_shell — TestGoFZF
- #test_exit_0 — TestGoFZF
- #test_exit_0_exit_code — TestGoFZF
- #test_exitstatus_empty — TestGoFZF
- #test_expect — TestGoFZF
- #test_expect_print_query — TestGoFZF
- #test_expect_print_query_select_1 — TestGoFZF
- #test_expect_printable_character_print_query — TestGoFZF
- #test_file_completion — CompletionTest
- #test_file_completion_root — CompletionTest
- #test_file_completion_unicode — CompletionTest
- #test_file_word — TestGoFZF
- #test_filter_exitstatus — TestGoFZF
- #test_fzf_default_command — TestGoFZF
- #test_fzf_default_command_failure — TestGoFZF
- #test_header — TestGoFZF
- #test_header_and_header_lines — TestGoFZF
- #test_header_and_header_lines_reverse — TestGoFZF
- #test_header_and_header_lines_reverse_list — TestGoFZF
- #test_header_first — TestGoFZF
- #test_header_first_reverse — TestGoFZF
- #test_header_lines — TestGoFZF
- #test_header_lines_overflow — TestGoFZF
- #test_header_lines_reverse — TestGoFZF
- #test_header_lines_reverse_list — TestGoFZF
- #test_header_lines_with_nth — TestGoFZF
- #test_header_reverse — TestGoFZF
- #test_header_reverse_list — TestGoFZF
- #test_history — TestGoFZF
- #test_hscroll_off — TestGoFZF
- #test_info_hidden — TestGoFZF
- #test_interrupt_execute — TestGoFZF
- #test_invalid_cache — TestGoFZF
- #test_invalid_cache_query_type — TestGoFZF
- #test_invalid_option — TestGoFZF
- #test_inverse_only_search_should_not_sort_the_result — TestGoFZF
- #test_item_index_reset_on_reload — TestGoFZF
- #test_jump — TestGoFZF
- #test_jump_accept — TestGoFZF
- #test_keep_right — TestGoFZF
- #test_key_bindings — TestGoFZF
- #test_kill_default_command_on_abort — TestGoFZF
- #test_kill_default_command_on_accept — TestGoFZF
- #test_kill_reload_command_on_abort — TestGoFZF
- #test_kill_reload_command_on_accept — TestGoFZF
- #test_long_line — TestGoFZF
- #test_margin — TestGoFZF
- #test_margin_reverse — TestGoFZF
- #test_margin_reverse_list — TestGoFZF
- #test_marker — TestGoFZF
- #test_multi_max — TestGoFZF
- #test_multi_order — TestGoFZF
- #test_no_clear — TestGoFZF
- #test_normalized_match — TestGoFZF
- #test_or_operator — TestGoFZF
- #test_partial_caching — TestGoFZF
- #test_pointer — TestGoFZF
- #test_pointer_with_jump — TestGoFZF
- #test_preview — TestGoFZF
- #test_preview_bindings_with_default_preview — TestGoFZF
- #test_preview_bindings_without_default_preview — TestGoFZF
- #test_preview_clear_screen — TestGoFZF
- #test_preview_correct_tab_width_after_ansi_reset_code — TestGoFZF
- #test_preview_file — TestGoFZF
- #test_preview_flags — TestGoFZF
- #test_preview_header — TestGoFZF
- #test_preview_hidden — TestGoFZF
- #test_preview_q_no_match — TestGoFZF
- #test_preview_q_no_match_with_initial_query — TestGoFZF
- #test_preview_scroll_begin_and_offset — TestGoFZF
- #test_preview_scroll_begin_constant — TestGoFZF
- #test_preview_scroll_begin_expr — TestGoFZF
- #test_preview_size_0 — TestGoFZF
- #test_preview_update_on_select — TestGoFZF
- #test_preview_window_follow — TestGoFZF
- #test_process_completion — CompletionTest
- #test_query_unicode — TestGoFZF
- #test_read0 — TestGoFZF
- #test_reload — TestGoFZF
- #test_reload_even_when_theres_no_match — TestGoFZF
- #test_reload_should_update_preview — TestGoFZF
- #test_scroll — TestGoFZF
- #test_scroll_off — TestGoFZF
- #test_scroll_off_large — TestGoFZF
- #test_select_1 — TestGoFZF
- #test_select_1_exit_0_fail — TestGoFZF
- #test_select_all_deselect_all_toggle_all — TestGoFZF
- #test_select_deselect — TestGoFZF
- #test_smart_case_for_each_term — TestGoFZF
- #test_strip_xterm_osc_sequence — TestGoFZF
- #test_sync — TestGoFZF
- #test_tabstop — TestGoFZF
- #test_tac — TestGoFZF
- #test_tac_nosort — TestGoFZF
- #test_tac_sort — TestGoFZF
- #test_tiebreak — TestGoFZF
- #test_tiebreak_begin_algo_v2 — TestGoFZF
- #test_tiebreak_end — TestGoFZF
- #test_tiebreak_index_begin — TestGoFZF
- #test_tiebreak_length_with_nth — TestGoFZF
- #test_toggle_preview_wrap — TestGoFZF
- #test_toggle_sort — TestGoFZF
- #test_unbind — TestGoFZF
- #test_unicode_case — TestGoFZF
- #test_unset_completion — CompletionTest
- #test_vanilla — TestGoFZF
- #test_with_nth — TestGoFZF
- #test_with_nth_ansi — TestGoFZF
- #test_with_nth_basic — TestGoFZF
- #test_with_nth_no_ansi — TestGoFZF
- #time_ago — Time
- #time_string — Array
- #time_string — Numeric
- #time_string — String
- #timestamp_filename — Doing::Util::Backup
- #to_bool — String
- #to_elasticsearch — BooleanTermParser::Query
- #to_elasticsearch — PhraseParser::Query
- #to_h — Doing::Change
- #to_line — Doing::Note
- #to_p — String
- #to_phrase_query — String
- #to_pretty — Doing::Item
- #to_query — String
- #to_rx — String
- #to_s — Doing::Change
- #to_s — Doing::Changes
- #to_s — Doing::Entry
- #to_s — Doing::Version
- #to_s — Doing::Configuration
- #to_s — Doing::Item
- #to_s — Doing::Items
- #to_s — Doing::Note
- #to_s — Doing::Section
- #to_seconds — String
- #to_tags — Array
- #to_tags — String
- #today — Doing::WWID
- #total_counters — Doing::Logger
- #trunc — String
- #trunc! — String
- #truncend — String
- #truncend! — String
- #truncmiddle — String
- #truncmiddle! — String
- #truthy? — String
- #uncolor — String
- #uncolor! — String
- #unfinished? — Doing::Item
- #unset_var — TestShell
- #until — Tmux
- #update_deprecated_config — Doing::Configuration
- #update_item — Doing::Items
- #user_home — Doing::Util
- #utf8 — Array
- #utf8 — String
- #validate_color — String
- #value_for_key — Doing::Configuration
- #value_number_matches? — Doing::Item
- #value_string_matches? — Doing::Item
- #verify_duration — Doing::WWID
- #version — GLI::Commands::MarkdownDocumentListener
- #version_to_a — Doing::Version
- #versions — Doing::Changes
- #views — Doing::WWID
- #wait — Object
- #warn — Doing::Logger
- #wiki_style — Object
- #wiki_template — Object
- #wild? — Doing::Version
- #wildcard_to_rx — String
- #wrap — String
- #write — Doing::Logger
- #write — Doing::WWID
- #write_backup — Doing::Util::Backup
- #write_message? — Doing::Logger
- #write_to_file — Doing::Util
- #writelines — TestBase
- #yesterday — Doing::WWID