mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 11:43:03 +03:00
feat(console): add lftp
This commit is contained in:
parent
b2aba41920
commit
2f0c20eb01
3 changed files with 27 additions and 25 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
"direnv"
|
"direnv"
|
||||||
"glibc-locales"
|
"glibc-locales"
|
||||||
"git-lfs"
|
"git-lfs"
|
||||||
|
"lftp"
|
||||||
"sshfs"
|
"sshfs"
|
||||||
"tokei"
|
"tokei"
|
||||||
"jmtpfs"
|
"jmtpfs"
|
||||||
|
|
|
||||||
|
|
@ -884,7 +884,7 @@ columns = ["PID", "State", "Name", "CPU%", "Mem%", "R/s", "W/s", "User"]
|
||||||
|
|
||||||
* 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 |
|
||||||
|
|
@ -900,6 +900,7 @@ columns = ["PID", "State", "Name", "CPU%", "Mem%", "R/s", "W/s", "User"]
|
||||||
| 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 |
|
||||||
|
| lftp | File transfer |
|
||||||
| git-lfs | |
|
| git-lfs | |
|
||||||
| glibc-locales | |
|
| glibc-locales | |
|
||||||
| direnv | |
|
| direnv | |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue