*nix-style utilities http://dlom.cc/projects/djl-utils
Go to file
Dylan Lom 569ee93828 Add todo command to gut
gut todo `git grep`'s for todo's and fixme's based on flags. By default
it outputs a summary (-c).

Add very important comment to confirm
2021-05-16 19:13:00 +10:00
doc Rename lines back to line 2021-02-26 13:07:29 +11:00
pkgsrc/DEBIAN Restructure project, Use build.sh 2021-02-20 11:26:04 +11:00
src Add todo command to gut 2021-05-16 19:13:00 +10:00
.gitignore Restructure project, Use build.sh 2021-02-20 11:26:04 +11:00
LICENSE Add suptime 2020-11-20 10:39:42 +11:00
README.md Add README.md 2021-04-24 21:48:57 +10:00
build.sh Use .sh file extension in src/ 2021-04-24 13:51:30 +10:00

README.md

djl-utils

*nix-style utilities

Goals

  • A collection of simple, well-documented CLI tools that follow *nix conventions
  • Minimal external dependencies, statically compilable
  • Standalone applications -- if only one tool is required the source code for that tool alone need be distributed.

NOTICE (2021-04-24): The project is still at a very early stage and these goals have not yet been achieved, as they were not the original goals of the project (eg. compilation/build process currently produces a .deb file)

Tools

  • confirm: Prompt user for confirmation and report response via exit code
  • countdown: Start a countdown timer
  • gut: Wrap/simplify common git actions
  • line: Extract line(s) from stdin
  • pasta: Simple ssh-based pastebin
  • sign: Generate signature for current user
  • stopwatch: Start a stopwatch timer
  • suptime: System uptime in terms of seconds, minutes, hours or days
  • timestamp: Current date-timestamps in common formats
  • truthy: Test if input is true-adjacent