summaryrefslogtreecommitdiffstats
path: root/config
AgeCommit message (Collapse)Author
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-25reformat mimetype.tomlJeff Zhao
2021-09-25reformat keymap.toml to be easier to readJeff Zhao
2021-08-19update keymap.toml to have quit_to_cwd mapped to QJeff Zhao
2021-07-22add automatically_count_files optionJeff Zhao
- for now, this disables counting number of files in a directory - future plans is to change this to opportunistic file counting - i.e. if we already have the directory loaded, then finding the file count is pretty trivial - it just requires a bit of refactoring
2021-07-13Add copying filename without extension (#83)Noah Too
* Added copying filename without extention * Fix crash when copying file without extension
2021-06-27highlight invalid symlinks (#80)DLFW
* own display style for invalid symlinks * add link_invalid to default theme.toml * footer shows link target in link style
2021-06-19open command line with a colon (#75)DLFW
Beside opening the command line with a semi-colon, it can be opened also with a colon. The default key mapping has been adapted as well as the keymap.toml configuration template.
2021-06-14fix copy_dirnameJeff Zhao
2021-06-10add support for specifying new tab home pageJeff Zhao
- inherit, start where preview tab started - home, start in home dir - root, start in root dir - add rudimentary support for preview - add preview script configuration
2021-06-09Add a "touch" command (#66)DLFW
* touch existing file works * touch can create files * bind key sequence "ft" to command ":touch " * fix: touch can touch new file in empty directory
2021-05-19fix open_fileJeff Zhao
2021-05-17Merge branch 'dev' of github.com:kamiyaa/joshuto into devJeff Zhao
2021-05-17add back gitignoreJeff Zhao
2021-05-16Merge pull request #52 from makeefu/mainJeff Zhao
copying file path and directory to clipboard
2021-05-16fix mimetype.tomlJeff Zhao
2021-05-16update mimetype.tomlJeff Zhao
2021-05-15modified: src/commands/file_ops.rsmakeefu
added functions: copy_filepath copy_dir modified: src/commands/key_command.rs added to enum KeyCommand: CopyFileName, CopyFilePath, CopyDir, modified: config/keymap.toml added shortcuts: keys = [ "y", "n" ] keys = [ "y", "p" ] keys = [ "y", "d" ] (yank name, yank path, yank dir)
2021-05-13add arrow prefix to up,down,left,rightJeff Zhao
2021-05-13fix mimetype.tomlJeff Zhao
2021-05-11Add support for .webp in mimetype.tomlnonetrix
Oops should have checked here too :/
2021-05-10Add .webp support to default themenonetrix
Now the default theme will highlight .webp with yellow just like .png
2021-05-06update configJeff Zhao
2021-05-01update configJeff Zhao
2021-04-30fix reload_dir_list and reload_dirlist inconsistencyJeff Zhao
2021-04-29rework config structureJeff Zhao
- sort options is now nested under display options which holds a lot of previously general options - fix glob search not searching backwards
2021-04-26update keymap.tomlJeff Zhao
2021-04-25add support for glob file selectionJeff Zhao
- rename some command configurations
2021-04-05enable borders by defaultJeff Zhao
- update config files
2021-01-20cd with tilde expansionMatthew Blode
2020-12-26add support for trashing files instead of permanently deletingJiayi Zhao
2020-12-15update configsJiayi Zhao
2020-12-15add option to not collapse previewJiayi Zhao
- add methods to access config_t - add back home dir path shortening option
2020-11-22add support for moving parent cursorJiayi Zhao
2020-10-08Added configuraton for showing iconsAnas Saeed
2020-06-05fix keymap.tomlKamiyaa
2020-05-13rework command parsing and add shell commandJiayi Zhao
- This change will break compatibility with previous keymap.toml configs - 'shell' command allows users to run a shell command inside joshuto
2020-03-18update config fileJiayi Zhao
2020-02-16remove ncurses dependencyJiayi Zhao
- clean up code - update theme config - fix localstate tracking file selection not selecting proper files
2020-02-09rework input thread and file operationsJiayi Zhao
- no longer depend on fs_extra for copy/paste files - in house solution preserves permissions - ioworkers are now queued, no more parallel io tasks - input thread now listens for ioworker threads as well - cargo fmt
2020-02-08change to using termion's keyboard handlingJiayi Zhao
- user input is now on a seperate thread - this allows for other threads to be added as well - keymap configs have changed to be more user friendly
2019-08-06change keymap.toml layoutJiayi Zhao
2019-08-05rework how mimetype configuration worksJiayi Zhao
- config file is now easier to visually parse and edit - fix opening files via open_with
2019-08-03Make xdg_open toggleableJiayi Zhao
- xdg_open option automatically opens file rather than asking user what to do - fix crash when trying to open something in an empty directory
2019-06-28update mimetype.tomlJiayi Zhao
2019-06-28update mimetype.tomlJiayi Zhao
2019-05-31update example keymap config fileJiayi Zhao
2019-05-27update config filesJiayi Zhao
2019-05-26Revert keymaps back to vectorsJiayi Zhao
- shell variables will no longer work in config