Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 384 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 384 Bytes

purnehistory

Used to purne the history file

  • Remove the duplicate entires
  • Keeps the last entry when there is a duplicate (to maintain the order)
Supports:
  • bash_history
  • zsh_history
  • fish_history
Build in local
  • Clone the repo
  • Install nim compiler
  • Compile the code like below and get the binary
$ nim compile prunehistory.nim