summaryrefslogtreecommitdiffstats
path: root/src/preview.rs
AgeCommit message (Collapse)Author
2019-08-06make usercache persistentJiayi Zhao
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-23rename io to fsJiayi Zhao
2019-06-04change pub fields to private and rename structs to ioJiayi Zhao
2019-06-04cargo fmtJiayi Zhao
2019-06-04revert back to previous printing methodJiayi Zhao
- fix index out of bounds error when multiple threads are running
2019-05-30stop previewing because of a crash relating previewing non text filesJiayi Zhao
2019-05-27move updating page state to cursor_move onlyJiayi Zhao
- refactor page state to take an end to prevent blank views on init - move functions out of JoshutoPanel into ui.rs - create a struct for configuring how to display content - new type JoshutoHistory - rename display_options to display_menu
2019-05-25tab autocomplete supports partial inputsJiayi Zhao
- rather than replacing the entire input stream with the autocomplete candidate, it only replaces from the last whitespace; rustyline's default behaviour
2019-05-05cargo fmtJiayi Zhao
2019-04-30cargo clippyJiayi Zhao
2019-04-29change preview, still experimentalJiayi Zhao
2019-04-28fixed progress bar not showing for file operationsJiayi Zhao
2019-04-27remove eprintln!Jiayi Zhao
2019-04-26rework preview to work with configuration filesJiayi Zhao
2019-04-25fix parent view not updating at rootJiayi Zhao
- fix slow response time when switching tabs on userspace filesystem mounts
2019-04-25add option for enabling/disabling preview supportJiayi Zhao
2019-04-25rework how previewing worksJiayi Zhao
- should be more extensible now
2019-04-25refactor previewingJiayi Zhao
- remove dependency on preview.rs in commands/ - now can just call tab.refresh_preview to update the preview
2019-04-02refactor sorting structsJiayi Zhao
- filtering hidden files is de-coupled from creating direntries
2019-02-20cargo fmtJiayi Zhao
2019-02-20reduce eprintlnJiayi Zhao
2019-02-20change how preview worksJiayi Zhao
2019-02-19rust 2018 and clippyJiayi Zhao
2019-02-15refactor: project layoutCaleb Bassi