No description
Find a file
Christian Brendlin fdd9088efc
v0.1.7
2024-05-27 13:16:27 +02:00
src prepare to release v0.1.5 2024-05-27 11:30:59 +02:00
.gitignore oops 2024-05-26 18:30:27 +02:00
.gitlab-ci.yml up prem 2024-05-27 12:15:17 +02:00
gitty.nimble v0.1.7 2024-05-27 13:16:27 +02:00
LICENSE Create LICENSE 2024-05-26 17:39:43 +02:00
nim.cfg added nim.cfg 2024-05-26 17:02:42 +02:00
README.md Update README.md 2024-05-26 17:58:47 +02:00

Gitty

Easily create .gitignore in your terminal. I made this because when I am programming in Zig and other languages, where .gitignore's doesn't automatically get created, i can easily create them in my terminal.

GitHub License

Appendix

This readme and the project are barley finished. This project is very young.

Installation

Make sure to have nim installed on your system.

  nimble install gitty
  
  # If you want to install globally on your system
  nimble install gitty -g

Building from source

    $ git clone https://github.com/chrischtel/gitty.git # Clone the repository

    $ cd gitty

    $ nimble build -d:release -d:ssl # Build the project

You can now move the executable to /usr/local/bin or to any other PATH directory

Usage/Examples

    gitty rust # creates a .gitignore for rust
    gitty rust nim # creates a .gitignore for rust and nim

Roadmap

This list is constantly updated

  • Installation script, install without the need of nim installed on your system

  • Custom .gitignores