https://github.com/wszqkzqk/shellhistoryconvert
A tool to convert shell history between bash, written in vala.
https://github.com/wszqkzqk/shellhistoryconvert
bash shell zsh
Last synced: about 2 months ago
JSON representation
A tool to convert shell history between bash, written in vala.
- Host: GitHub
- URL: https://github.com/wszqkzqk/shellhistoryconvert
- Owner: wszqkzqk
- License: gpl-2.0
- Created: 2023-01-11T15:37:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T02:37:17.000Z (over 2 years ago)
- Last Synced: 2025-02-15T22:30:04.533Z (over 1 year ago)
- Topics: bash, shell, zsh
- Language: Vala
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Shell History Convert
## Introduction
`Shell History Convert` is a tool to convert shell history between bash, zsh and fish. It's written in vala.
## Usage
```
Usage:
shell-history-convert [OPTION?] A tool to convert shell history between bash, zsh and fish
Help Options:
-h, --help Show help options
Application Options:
-v, --version Display version number
-i, --input=FILENAME Input FILE, read from the default path if 'input-type' is set
-o, --output=FILENAME Place output in file FILE
-m, --write-mode='a', 'w' The writing mode of output file, 'a' to append, 'w' to overwrite, default 'a'
-s, --input-type=SHELL The type of the input file, automatically detected by default
-t, --output-type=SHELL The type of the output file, automatically detected by default
```