xny

Crates.ioxny
lib.rsxny
version1.0.5
created_at2023-04-07 12:17:40.077516+00
updated_at2025-02-16 14:41:49.865501+00
descriptionA tool to search files
homepagehttps://github.com/YesSeri/xny-cli
repositoryhttps://github.com/YesSeri/xny-cli
max_upload_size
id832901
size415,586
Henrik Zenkert (YesSeri)

documentation

README

xny-cli

A way to use Learn X in Y Minutes on the command line.

I look up languages often on this page, and I thought it would be nice to make it similar to man pages in linux, so I wrote a small script.

usage gif

Installation

Install with command: cargo install xny

If that is not possible you can download a binary from releases and put in path.

Install from source

git clone git@github.com:YesSeri/xny-cli.git

cargo build --release

# put file in path.

Usage

# default viewer is less
xny python

# use bat as viewer
xny python --viewer bat

# list all languages
xny -s

--viewer bat would show the output in bat, the cat clone which syntax highlights. It is of course possible to pipe the content into bat, but then you need to set the syntax highlighting manually.

Credit

Big thank you to the creator of Learn X in Y!

Commit count: 38

cargo fmt