Go to file
Kasper Juul Hermansen c7b9f75a0b
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
fix(deps): update rust crate bytes to v1.7.2
2024-09-19 00:32:38 +00:00
crates/gitnow chore: refactor fuzzy match into own function 2024-09-15 22:36:39 +02:00
examples/config feat: add config 2024-09-12 20:14:44 +02:00
.drone.yml feat: init 2024-09-12 19:15:42 +02:00
.gitignore feat: init 2024-09-12 19:15:42 +02:00
buf.gen.yaml feat: add cache 2024-09-14 20:45:49 +02:00
buf.yaml feat: add cache 2024-09-14 20:45:49 +02:00
Cargo.lock fix(deps): update rust crate bytes to v1.7.2 2024-09-19 00:32:38 +00:00
Cargo.toml chore(release): v0.2.0 (#2) 2024-09-14 21:22:50 +02:00
CHANGELOG.md chore(release): v0.2.0 (#2) 2024-09-14 21:22:50 +02:00
cuddle.yaml docs: add readme 2024-09-12 19:27:35 +02:00
README.md docs: add readme 2024-09-12 19:27:35 +02:00
renovate.json feat: init 2024-09-12 19:15:42 +02:00

Git Now

Git Now is a utility for easily navigating git projects from common upstream providers. Search, Download, and Enter projects as quickly as you can type.

How many steps do you normally do to download a project?

  1. Navigate to github.com
  2. Search in your org for the project
  3. Find the clone url
  4. Navigate to your local github repositories path
  5. Git clone <project>
  6. Enter new project directory

A power user can of course use gh repo clone to skip a few steps.

With gitnow

  1. git now
  2. Enter parts of the project name and press enter
  3. Your project is automatically downloaded if it doesn't exist in an opinionated path dir, and move you there.