Crates.io | senpy-cli |
lib.rs | senpy-cli |
version | 0.1.2 |
source | src |
created_at | 2022-03-17 09:23:54.448382 |
updated_at | 2024-10-30 11:03:23.567296 |
description | Command-line interface to The Senpy Club API |
homepage | https://github.com/senpy-club/cli |
repository | https://github.com/senpy-club/cli |
max_upload_size | |
id | 551692 |
size | 103,920 |
senpy-cli
The Senpy Club CLI is a tool that provides quick access to The Senpy Club API from the command-line!
Get data fast from The Senpy Club API either as stdout or to a supported file format.
Quick links ^^^^^^^^^^^
.. raw:: html
Installation ^^^^^^^^^^^^
.. code-block:: shell
$ cargo +nightly install senpy-cli --force
Alternatively, prebuilt binaries for x86_64-based Linux systems are available in
the releases <https://github.com/senpy-club/cli/releases/latest>
_. If you are
using a different operating system or architecture such as macOS or Windows;
you'll have to build and install The Senpy Club CLI yourself!
.. code-block:: shell
$ cargo +nightly install --git https://github.com/senpy-club/cli --branch main
If you are building and installing yourself; you must have
Rust <https://www.rust-lang.org/>
_ installed!
Usage ^^^^^
The Senpy Club CLI allows you to export to stdout in the form of ten-space-seperated columns or to a file in the JSON, YAML, or Dhall formats.
.. code-block:: shell
$ senpy languages # Prints all available languages in a single column $ senpy languages -t # Prints all available languages in one column and the fetch time in another $ senpy languages -f languages.json # Exports all available languages to a JSON file $ senpy languages -f languages.yaml # Exports all available languages to a YAML file $ senpy languages -f languages.dhall # Exports all available languages to a Dhall file $ senpy random | awk '{ print $1 }' # Prints the first column (language) from stdout on *nix-based environments
Feel free to explore the rest of the available commands with :code:senpy help
!
License ^^^^^^^
GNU General Public License v3.0 <https://github.com/senpy-club/api-worker/blob/main/LICENSE>
_