this repo has no description
2
fork

Configure Feed

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

make-secret command

+1
+1
users/profiles/cli/default.nix
··· 191 191 paste = "xclip -selection clipboard -o"; 192 192 rm = "echo USE TRASH, FOOL: trash "; 193 193 trash = "trash-put"; 194 + make-secret = "< /dev/urandom \\tr -dc _A-Za-z0-9 | head -c \${1:-32};echo;"; 194 195 195 196 # task warrior 196 197 # TODO: make blocked a context?