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

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.

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
```