Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 705 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 705 Bytes

ddh

Deletes duplicates in .bash_history

Recommends

If you don't save duplicates in .bash_history

export HISTCONTROL=ignoredups

Installation

go get github.com/usk81/ddh

Usage

# deletes duplicates in .bash_history
$ ddh

# show version
$ ddh verison

# help
$ ddh help
delete duplicates in .bash_history

Usage:
  ddh [flags]
  ddh [command]

Available Commands:
  help        Help about any command
  version     show version

Flags:
  -h, --help   help for ddh

Use "ddh [command] --help" for more information about a command.

Licence

MIT

Author

Yusuke Komatsu