summaryrefslogtreecommitdiffstats
path: root/src/trash.rs
AgeCommit message (Expand)Author
2023-01-28clippy: string interpolationqkzk
2023-01-28replace nested if let Ok with let elseqkzk
2023-01-08executing a mode restore to the previous modeqkzk
2023-01-01preview a directory with a coloured tree view. Needs a lot of refactoring to ...qkzk
2022-12-30use &path more oftenqkzk
2022-12-29use &Path more oftenqkzk
2022-12-27typos, docsqkzk
2022-12-27update trash when opened, first creation empty. Create folders if neededqkzk
2022-12-27encoding/decoding url, fix wrong path readqkzk
2022-12-26trash following xdg specsqkzk
2022-12-26trash respecting xdg specs, mostly doneqkzk
2022-12-26trash info parsing & writing: beginningqkzk
2022-12-26trash: first working draft, very basic apiqkzk
2022-12-24trash api mostly done. Should make it navigableqkzk