summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-02-19remove parenthesesJiayi Zhao
2019-02-19update keymap.tomlJiayi Zhao
2019-02-19add force_quit command for when there are background operations runningJiayi Zhao
2019-02-19fmtJiayi Zhao
2019-02-19make tab ui a little more prettyJiayi Zhao
2019-02-19add keycode for shift+tabJiayi Zhao
2019-02-19change how tab closing worksJiayi Zhao
- if there is only 1 tab, then joshuto quits on tab close
2019-02-19configs should be before [sort_option]Jiayi Zhao
2019-02-18attempt to fix portability problems between rust std and libcJiayi Zhao
2019-02-18add missing rx tx variablesJiayi Zhao
2019-02-18fix libc constants to be referenced as libc::mode_tJiayi Zhao
2019-02-16fix open_with adding program name as argumentJiayi Zhao
2019-02-16Merge pull request #24 from cjbassi/clippyJiayi Zhao
Fix most clippy lints
2019-02-15Fix most clippy lintsCaleb Bassi
2019-02-15merge 'master' with 'dev'Jiayi Zhao
2019-02-15Merge pull request #23 from cjbassi/refactorJiayi Zhao
Refactoring
2019-02-15refactor: project layoutCaleb Bassi
2019-02-15refactor: rename command to commandsCaleb Bassi
2019-02-15refactor: move command.rs to command/mod.rsCaleb Bassi
2019-02-15refactor: move config.rs to config/mod.rsCaleb Bassi
2019-02-15refactor: split window.rs into a moduleCaleb Bassi
2019-02-15refactor: move window tests into window fileCaleb Bassi
The recommended standard for unit tests in Rust is to include the unit tests in the file that they're testing
2019-02-15Remove redundant lifetime parameter from JoshutoContextCaleb Bassi
2019-02-15refactor: cleanup importsCaleb Bassi
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-15refactor: config file handlingCaleb Bassi
2019-02-15cargo fmtCaleb Bassi
2019-02-14add code to handle delete errorsJiayi Zhao
2019-02-08add cut for non-linux platformsJiayi Zhao
2019-02-07stablize file cut/copy/pasteJiayi Zhao
2019-02-07fmt codeJiayi Zhao
2019-02-07Merge branch 'master' of github.com:kamiyaa/joshutoJiayi Zhao
2019-02-07fix issue with joshuto stopping after file operationJiayi Zhao
2019-02-05use libc constants instead of custom constantsJiayi Zhao
2019-02-05incomplete rework on file operation threadsJiayi Zhao
- in an attempt to fix bug that crashes program after a paste when threads are not waited for
2019-02-05Update README.mdJiayi Zhao
2019-02-02code clean upJiayi Zhao
2019-02-02add wide ncursesJiayi Zhao
2019-02-01Merge pull request #18 from cjbassi/reformatJiayi Zhao
Run cargo fmt and reformat imports
2019-01-31Rename filesCaleb Bassi
2019-01-31Reformat importsCaleb Bassi
2019-01-31cargo fmtCaleb Bassi
2019-01-31try to fix undefined reference to PT_NULL on macJiayi Zhao
2019-01-31update mimetype.tomlJiayi Zhao
2019-01-31Merge branch 'master' into devJiayi Zhao
2019-01-31Merge pull request #20 from cjbassi/update-lockfileJiayi Zhao
Update Cargo.lock after changing mime-detective dependency
2019-01-31Merge pull request #14 from cjbassi/feature/expand-tildeJiayi Zhao
Add tilde_in_titlebar option
2019-01-31Merge branch 'master' into devJiayi Zhao
2019-01-31Add tilde_in_titlebar optionCaleb Bassi
2019-01-31Merge pull request #21 from cjbassi/config-hierarchyJiayi Zhao
Cleanup config hierarchy; Only add ./config in debug mode