You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
William Perron 25a6a8f6d5
Move db to home dir and add --list subcommand
2 months ago
LICENSE initial commit 3 months ago
README.md initial commit 3 months ago
incr Move db to home dir and add --list subcommand 2 months ago

README.md

Global Increment

This program creates a persisted sequence that increments every time it is called, useful when you need to call the same command over and over and need to pass an ever-increasing number to it. Takes an optional positional argument that acts as a key, allowing multiple sequences to be used.

Usage

incr [KEY]

Installation

Copy the incr file somewhere in your PATH. Needs [Deno][https://deno.com] installed.