summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
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-06-30add bulk_rename commandJiayi Zhao
2019-06-27version bump 0.8.00.8.0Jiayi Zhao
2019-06-05add support for displaying owner and group of filesJiayi Zhao
2019-05-26update commands to use new textfieldJiayi Zhao
2019-05-26update wordexp api to match new changesJiayi Zhao
2019-05-19update dependenciesJiayi Zhao
2019-05-17update textfield to rustyline 4.1.0 apiJiayi Zhao
2019-04-30cargo clippyJiayi Zhao
2019-04-24tabs now open in home directoryJiayi Zhao
- fix issue where after a copy/paste is finised, the directory list view is not updated
2019-04-20use rustyline for textfield implementationJiayi Zhao
2019-04-19version bump 0.7.10.7.1Jiayi Zhao
2019-04-19move back to tree_magic for mimetype parsingJiayi Zhao
2019-04-17update Cargo.toml dependenciesJiayi Zhao
2019-02-25update Cargo.toml and Cargo.lockJiayi Zhao
2019-02-19temporary fix for unicode on rust 1.32Jiayi Zhao
2019-02-15Replace clap with structopt for argument parsingCaleb Bassi
- structopt is built on top of clap and provides a convenient layer for configuring cli args - it also comes built in with `-V, --version` and `-h, --help`
2019-02-02add wide ncursesJiayi Zhao
2019-01-30Change mime-detective source repositoryCaleb Bassi
mime-detective currently doesn't work on Arch Linux because the 'magic' file location that mime-detective expects is different on Arch Linux. There's currently a PR open for this change at csharad/mime-detective#2
2019-01-24major refactoringJiayi Zhao
- moved alot of code around - move context outside joshuto.rs - fixed weird memory leak where OsStrings were not loading properly - fixed ncurses::windows getting freed multiple times - make textfield struct for dealing with user input - make use of unicode_width instead of wcwidth
2019-01-20Open files with default system application by defaultCaleb Bassi
2019-01-13version bump 0.7.00.7.0Jiayi Zhao
2019-01-13add support for previewing text filesJiayi Zhao
2019-01-12add support for custom color themesJiayi Zhao
2019-01-07add support for showing file modified timeJiayi Zhao
2019-01-06add wrapper lib for wordexpJiayi Zhao
- this adds support to environment variable parsing and bash-like parsing to cd command
2019-01-05update dependenciesJiayi Zhao
2019-01-05optimize codeJiayi Zhao
2019-01-05forgot to update Cargo.toml versionJiayi Zhao
2019-01-04update ncurses dependencyJiayi Zhao
2019-01-02version bump 0.5.00.5.0Jiayi Zhao
2019-01-02remove use of tree_magic in favour of mime_guessJiayi Zhao
2019-01-01add lazy_static to dependenciesJiayi Zhao
2018-12-28add fs_extra to dependenciesJiayi Zhao
2018-12-25add support for escape button and implement Display for JoshutoCommandJiayi Zhao
2018-12-24add panel dependencyJiayi Zhao
2018-12-24add description and license to Cargo.tomlJiayi Zhao
2018-12-24version bump 0.4.00.4.0Jiayi Zhao
2018-12-23version bump 0.3.0Jiayi Zhao
2018-12-21update dependenciesJiayi Zhao
2018-12-20update dependenciesJiayi Zhao
2018-07-24version bump: 0.2.00.2.0Jiayi Zhao
2018-07-24add useless featuresJiayi Zhao
2018-07-21add whoami to dependenciesJiayi Zhao
2018-07-20fix build error and replace mime_guess with tree_magicJiayi Zhao
2018-07-18add requirement for wide-character supportJiayi Zhao
2018-07-15major refactoringJiayi Zhao
- printing of directories fixed - add support for file sizes - add support for file permissions - add support for file types
2018-07-14move most code to joshuto.rsJiayi Zhao
- add preliminary support for config file
2018-07-12initial commitJiayi Zhao