summaryrefslogtreecommitdiffstats
path: root/src/sort.rs
AgeCommit message (Collapse)Author
2019-06-23rename io to fsJiayi Zhao
2019-06-05replace unnecessary path copying with references insteadJiayi Zhao
2019-06-04change pub fields to private and rename structs to ioJiayi Zhao
2019-06-04remove file_name_as_stringJiayi Zhao
2019-05-27update config filesJiayi Zhao
2019-05-19change enum names in sortJiayi Zhao
2019-04-30cargo clippyJiayi Zhao
2019-04-24add more error handlingJiayi Zhao
- optimize/cleanup code
2019-04-21make code more idiomaticJiayi Zhao
2019-04-19add getting path selection methods to JoshutoDirListJiayi Zhao
2019-04-17minor changeJiayi Zhao
2019-04-16refactor sort.rsJiayi Zhao
- now built using function composition rather than manually coded function
2019-04-04fix cursor resetting to top when action is completedJiayi Zhao
- remove unused code - clean up compiler warnings
2019-04-02refactor sorting structsJiayi Zhao
- filtering hidden files is de-coupled from creating direntries
2019-03-30move view struct out of Context and pass in as a separate argumentJiayi Zhao
- rename static variables to all caps - change index to be Option<usize> rather than i32 where -1 means the directory is empty
2019-02-20reduce eprintlnJiayi Zhao
2019-02-19rust 2018 and clippyJiayi Zhao
2019-02-15Fix most clippy lintsCaleb Bassi
2019-02-15refactor: project layoutCaleb Bassi