An open API service indexing awesome lists of open source software.

https://github.com/usk81/ddh

Deletes duplicates in .bash_history
https://github.com/usk81/ddh

bash bash-history ddh delete-duplicates go history

Last synced: 4 months ago
JSON representation

Deletes duplicates in .bash_history

Awesome Lists containing this project

README

          

# ddh
Deletes duplicates in .bash_history

## Recommends

If you don't save duplicates in .bash_history

```bash
export HISTCONTROL=ignoredups
```

## Installation

```
go get github.com/usk81/ddh
```

## Usage

```bash
# 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](https://github.com/usk81/generic/blob/master/LICENSE)

## Author

[Yusuke Komatsu](https://github.com/usk81)