feat(console): add lftp

This commit is contained in:
Pavel Korytov 2023-11-09 14:09:15 +03:00
parent b2aba41920
commit 2f0c20eb01
3 changed files with 27 additions and 25 deletions

View file

@ -1 +1 @@
(job "0 * * * * " "truncate -s /home/pavel/.local/state/shepherd/shepherd.log") (job "0 * * * * " "truncate -s 0 /home/pavel/.local/state/shepherd/shepherd.log")

View file

@ -7,6 +7,7 @@
"direnv" "direnv"
"glibc-locales" "glibc-locales"
"git-lfs" "git-lfs"
"lftp"
"sshfs" "sshfs"
"tokei" "tokei"
"jmtpfs" "jmtpfs"

View file

@ -883,30 +883,31 @@ columns = ["PID", "State", "Name", "CPU%", "Mem%", "R/s", "W/s", "User"]
#+end_src #+end_src
* Various console applications * Various console applications
| Guix dependency | Description | | Guix dependency | Description |
|-----------------------+---------------------------------------------| |-----------------+---------------------------------------------|
| ncurses | Provides stuff like ~clear~ | | ncurses | Provides stuff like ~clear~ |
| exa | ~ls~ replacement, written in Rust | | exa | ~ls~ replacement, written in Rust |
| bat | ~cat~ clone with syntax highlighting | | bat | ~cat~ clone with syntax highlighting |
| htop | Interactive process viewer | | htop | Interactive process viewer |
| nethogs | A tool to group processed by used bandwidth | | nethogs | A tool to group processed by used bandwidth |
| osync | rsync wrapper | | osync | rsync wrapper |
| neofetch | Fetch system info | | neofetch | Fetch system info |
| fzf | fuzzy finder | | fzf | fuzzy finder |
| p7zip | archiver | | p7zip | archiver |
| password-store | CLI password manager | | password-store | CLI password manager |
| zip | | | zip | |
| unzip | | | unzip | |
| jmtpfs | A tool to mount MTP devices (e.g. Android) | | jmtpfs | A tool to mount MTP devices (e.g. Android) |
| tokei | Count lines of code | | tokei | Count lines of code |
| sshfs | Mount stuff over SSH | | sshfs | Mount stuff over SSH |
| git-lfs | | | lftp | File transfer |
| glibc-locales | | | git-lfs | |
| direnv | | | glibc-locales | |
| jless-bin | JSON viewer | | direnv | |
| megacmd | mega.nz client | | jless-bin | JSON viewer |
| ncdu | disk usage analyzer | | megacmd | mega.nz client |
| openssl | | | ncdu | disk usage analyzer |
| openssl | |
** ripgrep config ** ripgrep config
Occasionally I can't exclude certain files from ripgrep via the VCS settings, so here is a simple config to ignore certain files globally. Occasionally I can't exclude certain files from ripgrep via the VCS settings, so here is a simple config to ignore certain files globally.