summaryrefslogtreecommitdiffstats
path: root/src/utils.rs
AgeCommit message (Expand)Author
2023-11-16mod commonqkzk
2023-11-16move content_window to display_modeqkzk
2023-11-16mod display_modeqkzk
2023-11-16mod edit_modeqkzk
2023-11-14various fixes. Fix neovim server adress won't update if neovim is restarted w...qkzk
2023-11-13Fix small bugs. Refactor. Remove .display().to_string()v0.1.24-devqkzk
2023-11-01remove useless functionqkzk
2023-10-31refactor trash. Don't check mountpoints, let the OS handle the errorqkzk
2023-10-30simplify utilqkzk
2023-10-30utils documentationqkzk
2023-10-30replace `users` crate by `pgs` and a simple struct.qkzk
2023-10-26mtp mount with gioqkzk
2023-10-25improve previewing: drop tmp files, preview office files as images, empty pre...qkzk
2023-10-15FIX: copy / move while existing file already exist use another nameqkzk
2023-10-09refactor main. Use a struct responsible for setup, update, display and quit.qkzk
2023-10-08use a macro to drop every Arc<term>qkzk
2023-10-01FIX: after scrolling left click doesn't select the correct fileqkzk
2023-09-30FIX & refactor scrolling. Not finishedqkzk
2023-09-29FIX: pagedown may select a file outside window without scrollingqkzk
2023-05-17fix comparison between disks couldn't compile on some platform.quentin konieczko
2023-04-16move helper functions to statusqkzk
2023-04-16move helper methods to Tabqkzk
2023-03-29key ` goes to rootqkzk
2023-03-20remove last references to FmError & FmResult in documentationqkzk
2023-03-11replace FmError & FmResult by anyhowqkzk
2023-03-10clippyqkzk
2023-03-09simplify log reading since their size is limited anywayqkzk
2023-03-08action log every file tree modification. Display the logs with Alt+l.qkzk
2023-02-26document utility functions.qkzk
2023-02-26refactor command exists in pathqkzk
2023-02-26read current terminal from env, if it doesn't exists use config oneqkzk
2023-01-28clippy: string interpolationqkzk
2023-01-17menu with encrypted devicesqkzk
2022-12-31improve fuzzy find: move to selected item. Documentationqkzk
2022-12-30use &str more oftenqkzk
2022-12-26trash respecting xdg specs, mostly doneqkzk
2022-12-26trash: first working draft, very basic apiqkzk
2022-12-16massive documentaion and some refactoring.qkzk
2022-12-11rename actioner, more info in logsqkzk
2022-12-05clippydetect_disk_changeqkzk
2022-12-05add a shortcut to every mount point in systemqkzk
2022-11-26cd on quitcd_on_quitqkzk