summaryrefslogtreecommitdiffstats
path: root/src/unix.rs
AgeCommit message (Collapse)Author
2019-08-06make usercache persistentJiayi 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-07-19changed how commands are handledJiayi Zhao
- arguments no longer go through wordexp (still working on a good alternative) other changes: - changed update_contents to reload_contents - opening files with mimetype entries are now moved from unix.rs to mimetypes.rs
2019-06-28clean up how view is calculatedJiayi Zhao
2019-06-28change mimetype.toml configJiayi Zhao
2019-06-05replace unnecessary path copying with references insteadJiayi Zhao
2019-05-31fix type problem for libc on ppcJiayi Zhao
2019-05-19fix opposite logic error when dealing with forksJiayi Zhao
2019-05-19make use of serde default where possibleJiayi Zhao
- update other code to be consistent with changes
2019-04-30cargo clippyJiayi Zhao
2019-04-25attempt to fix mac chmod issuesJiayi Zhao
2019-04-22cargo fmtJiayi Zhao
2019-04-22code cleanup and use more functional codeJiayi Zhao
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-03-02make some code less linux-specificJiayi Zhao
2019-02-19rust 2018 and clippyJiayi Zhao
2019-02-18attempt to fix portability problems between rust std and libcJiayi 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-15Fix most clippy lintsCaleb Bassi
2019-02-15refactor: project layoutCaleb Bassi