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
- Fork it ( https://github.com/ylansegal/uniq_history/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- ylansegal Ylan Segal - creator, maintainer