Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
Filters the output of the history
command, to remove duplicated commands, keeping the first appearance
This project requires crystal
installed locally. The version is governed by .tool-versions
, as defined by asdf
.
To run specs:
$ make
To install:
$ make install
$ history | uniq_history