this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

add gen-secret alias

+1
+1
home/profiles/cli/default.nix
··· 212 212 kr = "cd /home/anish/kitaab/vimwiki; exa --sort=modified --reverse | fzf --preview 'bat --style=numbers --color=always --terminal-width -1 ./{}'"; 213 213 icat = "kitty +kitten icat"; 214 214 yt = "ytfzf -T kitty -t "; 215 + gen-secret = "< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c\${1:-32};echo;"; 215 216 216 217 # modern cli tools 217 218 ls = "exa --icons";