Compare commits

...

4 commits

2 changed files with 7 additions and 1 deletions

View file

@ -126,6 +126,8 @@ common:
- hunspell-fr - hunspell-fr
mail: mail:
- s-nail - s-nail
- name: isync
desc: IMAP synchronization program. Also called mbsync, can be configured using `.mbsyncrc` file.
fun: fun:
- figlet - figlet
- cowsay - cowsay
@ -181,6 +183,7 @@ common:
- name: ipcalc - name: ipcalc
description: | description: |
Validate, compute and visualize IP ranges. Validate, compute and visualize IP ranges.
Support CIDR notation (Classless Inter-Domain Routing).
Eg. compute the start and the end of a range. Eg. compute the start and the end of a range.
bandwidth: bandwidth:
- name: iperf3 - name: iperf3
@ -239,6 +242,8 @@ common:
desc: Tool to manipulate ISO desc: Tool to manipulate ISO
- name: fuse-zip - name: fuse-zip
desc: Mount ZIP file as Filesystem desc: Mount ZIP file as Filesystem
- name: gocryptfs
desc: User-side encrypted filesystem
tui: tui:
browser: browser:
- w3m - w3m
@ -256,6 +261,7 @@ common:
- scrcpy - scrcpy
- kdeconnect - kdeconnect
random_gen: random_gen:
- pwgen
- python-faker - python-faker
- aur/uuid - aur/uuid
- name: xkcdpass - name: xkcdpass

View file

@ -16,4 +16,4 @@ Here are the path conventions we use to store files.
- `~/quick/notes` - `~/quick/notes`
- `~/quick/screenshots` - `~/quick/screenshots`
- `~/.apps` - Store manually installed linux apps and programs (AppImages or manually built binaries) (like a local /opt) - `~/.apps` - Store manually installed linux apps and programs (AppImages or manually built binaries) (like a local /opt)
- `~/.mailboxes`