Skip to content

cadrspace/hd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hd – HackDepot console client

A console client that allows to query HackDepot instance for items.

Configuration

There should be hd.yaml file with the configuration in the program directory.

Example of file contents:

HackDepot:
  instance: "hd.example.org"
  user:     "alice@example.org"
  password: "secret"

Usage

List all items:

$ hd --user=alice --password=qerty item

Note that --user and --password parameters are optional when their values were specified in hd.yaml.

Get information about one of the items:

$ hd item 569c12f86d986e11b2000006

Get program usage information:

$ hd help

License

GNU General Public License version 3 or later. See COPYING file for details.

About

HackDepot console client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages