8000 GitHub - alvaro17f/zcrypto
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alvaro17f/zcrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zcrypto

zcrypto is a command line tool for watching crypto coin prices.

⚠️ Work in Progress: This project is currently under development. Some features may not be complete and may change in the future.

Installation

To install zcrypto, you can clone the repository and compile the source code:

git clone https://github.com/alvaro17f/zcrypto.git
cd zcrypto
zig build run

then move the binary to a directory in your PATH:

sudo mv zig-out/bin/zcrypto <PATH>

NixOS

Run

To run zcrypto, you can use the following command:

nix run github:alvaro17f/zcrypto#target.x86_64-linux-musl

Flake

Add zcrypto to your flake.nix file:

{
    inputs = {
        zcrypto.url = "github:alvaro17f/zcrypto";
    };
}

then include it in your system configuration:

{ inputs, pkgs, ... }:
{
    home.packages = [
        inputs.zcrypto.packages.${pkgs.system}.default
    ];
}

Usage

 ***************************************************
 ZCRYPTO - A tool to watch crypto coin prices
 ***************************************************
 -s : coin to search
 -h, help : Display this help message
 -v, version : Display the current version

License

zcrypto is distributed under the MIT license. See the LICENSE file for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0