Add trash-cli with trash alias
Install trash-cli and alias trash to trash-put for safe file deletion. Also clean up package comments and remove spacedrive-v2. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7156981e57
commit
d6d1f921e2
2 changed files with 4 additions and 3 deletions
|
|
@ -15,9 +15,10 @@
|
||||||
bottom # System resource monitor
|
bottom # System resource monitor
|
||||||
grim # Screenshots
|
grim # Screenshots
|
||||||
slurp # Region selection
|
slurp # Region selection
|
||||||
portfolio
|
portfolio # Investment management
|
||||||
pytr
|
pytr # TradeRepublic CLI
|
||||||
tabiew # csv viewer
|
tabiew # csv viewer
|
||||||
|
trash-cli # Freedesktop trash management
|
||||||
|
|
||||||
# Productivity
|
# Productivity
|
||||||
obsidian # Note taking
|
obsidian # Note taking
|
||||||
|
|
@ -26,7 +27,6 @@
|
||||||
onlyoffice-desktopeditors # libreoffice alternative
|
onlyoffice-desktopeditors # libreoffice alternative
|
||||||
speedcrunch # GUI calculator app
|
speedcrunch # GUI calculator app
|
||||||
calibre # eBook Manager
|
calibre # eBook Manager
|
||||||
spacedrive-v2
|
|
||||||
# loupe # Photo viewer
|
# loupe # Photo viewer
|
||||||
|
|
||||||
(dokieli.overrideAttrs
|
(dokieli.overrideAttrs
|
||||||
|
|
|
||||||
|
|
@ -8,5 +8,6 @@
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
vim = "hx";
|
vim = "hx";
|
||||||
vi = "hx";
|
vi = "hx";
|
||||||
|
trash = "trash-put";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue