1 unstable release
0.1.0 | Oct 23, 2020 |
---|
#16 in #git-directory
3.5MB
120 lines
⚠ 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.
- Fuzzy find the stack from CLI as you do on the Web, in interactive mode.
- If want speed and directly want to capture the ignore from api, you can pass the list explicitly.
- 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.
- Clone the repository.
$ git clone --recurse-submodules https://github.com/yashLadha/ignore.git
cd
into the directory and execute the following command.
$ cargo build --release
- You can the generated binary at the following path
$ ./target/release/gnore
💻 Demo
Dependencies
~9–22MB
~337K SLoC