summaryrefslogtreecommitdiffstats
path: root/src/commands
AgeCommit message (Expand)Author
2022-01-13add forking capabilities via xdg_openJeff Zhao
2022-01-13Calling preview removed hook when help page shown (#125)DLFW
2022-01-08implement 'cd -', refactor directory changing code (#120)Vinegret43
2022-01-03Continuous scrolling (#118)DLFW
2021-12-20refactor image preview via ueberzugJeff Zhao
2021-12-20Add script hooks for image previews (#113)DLFW
2021-12-16change vec to hashsetJeff Zhao
2021-12-12Fix: DirList::need_update considers mtime change (#110)DLFW
2021-12-05add line numbers (#109)Vinegret43
2021-12-03bulk_rename now reads TMP_DIR environment variable for where to store tempora...Jeff Zhao
2021-11-27cargo clippyJeff Zhao
2021-11-27add scrolling support to file previewJeff Zhao
2021-11-22remove printJeff Zhao
2021-11-16Add choosefiles feature (#105)Cameron Eldridge
2021-10-31more unix stuffJeff Zhao
2021-10-31fix more mode stuffJeff Zhao
2021-10-27remove default config hardcode and use include_str! insteadJeff Zhao
2021-10-20move select option into optionJeff Zhao
2021-10-20cargo fmtJeff Zhao
2021-10-20rework config structureJeff Zhao
2021-10-15add support for going into subdirectories via fzfJeff Zhao
2021-10-15add fzf subdir jumpingJeff Zhao
2021-10-15deprecate skim over fzfJeff Zhao
2021-10-03refactor some codeJeff Zhao
2021-10-02move key_command code out into separate moduleJeff Zhao
2021-10-02mergeJeff Zhao
2021-10-02Merge branch 'main' into devJeff Zhao
2021-10-02add basic support for command historyJeff Zhao
2021-10-02Add a help page (#95)Vinegret43
2021-09-30move input logic out of tui_worker_view and into show_workersJeff Zhao
2021-09-30fix reloadJeff Zhao
2021-09-30fix parent directory not refreshing for hidden files toggleJeff Zhao
2021-09-27code cleanupJeff Zhao
2021-09-26code cleanupJeff Zhao
2021-09-26remove unnecessary checksJeff Zhao
2021-09-26remove soft update on parent_directoryJeff Zhao
2021-09-26Add tab switching by index (#87)Noah Too
2021-09-26file previews no longer continuously spawn threads for existing previewsJeff Zhao
2021-09-25fix CopyDirPath enum to reflect nameJeff Zhao
2021-09-25cargo fmtJeff Zhao
2021-09-25show_workers can close with custom key via --exit-key optionJeff Zhao
2021-09-25rename copy_dirname to copy_dirpathJeff Zhao
2021-09-04messages now have color supportJeff Zhao
2021-08-24fix not compilingJeff Zhao
2021-08-24cargo fmtJeff Zhao
2021-08-24quit_to_cwd won't work if workers are busyJeff Zhao
2021-08-19counting file lazily on previously selected file instead of currentJeff Zhao
2021-08-19add support for counting files lazilyJeff Zhao
2021-08-18add quit_to_cwd commandJeff Zhao
2021-08-01fix using old preview when deleting and renamingJeff Zhao