yashLadha / gnore

gitignore.io CLI made in rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

โš  gnore

CLI port of the awesome gitignore.io in rust because ๐Ÿ˜… WHY NOT!!!!

This project is me trying ๐Ÿ‘ท to get familiarity with rustlang ๐Ÿฆ€.

Things that you can do with the binary.

  1. Fuzzy find the stack from CLI as you do on the Web, in interactive mode.
  2. If want speed and directly want to capture the ignore from api, you can pass the list explicitly.
  3. Automatically detects the .git directory and updates the .gitignore in that path only.

๐Ÿ›  Build Instructions

PS: Make sure you have rust installed on your system before proceeding with the next steps.

  1. Clone the repository.
$ git clone --recurse-submodules https://github.com/yashLadha/ignore.git
  1. cd into the directory and execute the following command.
$ cargo build --release
  1. You can the generated binary at the following path
$ ./target/release/gnore

๐Ÿ’ป Demo

demo

About

gitignore.io CLI made in rust.


Languages

Language:Rust 100.0%