xTekC / shdel

Delete data from shell history files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shdel

Delete data from shell history files.


Continuous Integration Continuous Deployment

GitHub license

GitHub Sponsors Buy Me A Coffee Ko-fi

FeaturesInstallationUsageContributionDonate

Features

[✓] Bash
[✓] Zsh
[~] Fish

Installation

Cargo

cargo install --git https://github.com/xTekC/shdel --branch main --locked --profile rel-opt

Prebuilt Binary

(For Android, use Termux: https://f-droid.org/repo/com.termux_118.apk)

Unix-Like Install

curl -sSL https://raw.githubusercontent.com/xTeKc/shdel/main/scripts/install.sh | sh

Unix-Like Remove

curl -sSL https://raw.githubusercontent.com/xTeKc/shdel/main/scripts/remove.sh | sh

Usage

shdel -h
  • shdel -b   deletes bash history data from .bash_history file
  • shdel -z   deletes zsh history data from .zsh_history or .zhistory file
  • shdel -f   deletes fish history data from .fish_history file

Contribution

Read the Contributing Guide before making a pull request.

Donate

If you find shdel valuable and wish to support its progress, here are the various avenues through which you can extend your support:

Your generous donations are invaluable and help fuel the ongoing development of shdel.
Thank you!


Copyright (c) xTekC
Licensed under MPL-2.0

About

Delete data from shell history files.

License:Mozilla Public License 2.0


Languages

Language:Rust 100.0%