Commit Graph

4 Commits

Author SHA1 Message Date
aleksana
a9709c299b treewide: change cargoSha256 with SRI hash to cargoHash 2024-07-03 21:53:11 +08:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Victor Engmark
5efaf495d0 urlencode: init at 1.0.1
A CLI utility for URL-encoding and -decoding strings.

Input is either string arguments or stdin. That is,
`urlencode 'foo bar'` prints the same as
`echo 'foo bar' | urlencode`, that is, "foo%20bar".
2023-09-18 08:09:26 +02:00