Skip to content

💻 hCLIent - interactive wrapper for non-interactive CLI-tools

License

Notifications You must be signed in to change notification settings

astynax/hclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hCLIent

Installation

$ git clone <repo>
$ cd hclient
$ stack install
...
$ hclient --help

Prerequisites:

GUI (but not TUI!) requires Tk. Tk can be installed with command:

$ sudo apt-get install tk

Or with the some other way, native for your system.

Usage

Simpliest variant of usage:

$ hclient ls

Argument substitution (like xargs):

$ hclient -I {} "find -iname {}"

Text UI (TUI) also available!

$ hclient -T echo
> hello
hello
> ping
ping
> ^D
Bye!
$

About

💻 hCLIent - interactive wrapper for non-interactive CLI-tools

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published