From 2f0c20eb01b8899d00d129cc7ca5c6b263c69c65 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Thu, 9 Nov 2023 14:09:15 +0300 Subject: [PATCH] feat(console): add lftp --- .config/cron/truncate.guile | 2 +- .config/guix/manifests/console.scm | 1 + Console.org | 49 +++++++++++++++--------------- 3 files changed, 27 insertions(+), 25 deletions(-) diff --git a/.config/cron/truncate.guile b/.config/cron/truncate.guile index 564916e..961b53b 100644 --- a/.config/cron/truncate.guile +++ b/.config/cron/truncate.guile @@ -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") diff --git a/.config/guix/manifests/console.scm b/.config/guix/manifests/console.scm index a963b0c..db5399b 100644 --- a/.config/guix/manifests/console.scm +++ b/.config/guix/manifests/console.scm @@ -7,6 +7,7 @@ "direnv" "glibc-locales" "git-lfs" + "lftp" "sshfs" "tokei" "jmtpfs" diff --git a/Console.org b/Console.org index b0096a7..0618c3b 100644 --- a/Console.org +++ b/Console.org @@ -883,30 +883,31 @@ columns = ["PID", "State", "Name", "CPU%", "Mem%", "R/s", "W/s", "User"] #+end_src * Various console applications -| Guix dependency | Description | -|-----------------------+---------------------------------------------| -| ncurses | Provides stuff like ~clear~ | -| exa | ~ls~ replacement, written in Rust | -| bat | ~cat~ clone with syntax highlighting | -| htop | Interactive process viewer | -| nethogs | A tool to group processed by used bandwidth | -| osync | rsync wrapper | -| neofetch | Fetch system info | -| fzf | fuzzy finder | -| p7zip | archiver | -| password-store | CLI password manager | -| zip | | -| unzip | | -| jmtpfs | A tool to mount MTP devices (e.g. Android) | -| tokei | Count lines of code | -| sshfs | Mount stuff over SSH | -| git-lfs | | -| glibc-locales | | -| direnv | | -| jless-bin | JSON viewer | -| megacmd | mega.nz client | -| ncdu | disk usage analyzer | -| openssl | | +| Guix dependency | Description | +|-----------------+---------------------------------------------| +| ncurses | Provides stuff like ~clear~ | +| exa | ~ls~ replacement, written in Rust | +| bat | ~cat~ clone with syntax highlighting | +| htop | Interactive process viewer | +| nethogs | A tool to group processed by used bandwidth | +| osync | rsync wrapper | +| neofetch | Fetch system info | +| fzf | fuzzy finder | +| p7zip | archiver | +| password-store | CLI password manager | +| zip | | +| unzip | | +| jmtpfs | A tool to mount MTP devices (e.g. Android) | +| tokei | Count lines of code | +| sshfs | Mount stuff over SSH | +| lftp | File transfer | +| git-lfs | | +| glibc-locales | | +| direnv | | +| jless-bin | JSON viewer | +| megacmd | mega.nz client | +| ncdu | disk usage analyzer | +| openssl | | ** 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.