tester457

↗ HN profile [ 83.4 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. The Command Line Interface Guidelines [1] says: > Do not read secrets from environment variables > Secrets should only be accepted via credential files, pipes, `AF_UNIX` sockets, secret management services, or another…

  2. I recently came across a section in the book "Using SQLite" by Jay A. Kreibich where he mentions[1] the `SQLITE_OMIT_*` compile-time directives. > Using the default configuration, the compiled SQLite library is less…

  3. Do you know of a CLI epub metadata editor other than calibre? I'm using Termux and can't install calibre, but I can't find any lightweight CLI tool. And ExifTool didn't work for this purpose.

  4. I'm looking for command line tools to hard wrap comments. Ideally something as featured as Rewrap[0], the VsCode extension. The unix command fold is okay but it's lacking the smart handling of comments that Rewrap has.…