Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sierrasoftworks/git-tool
Stop worrying about where your code is saved and start being more productive with this cross-platform CLI (with auto-complete and GitHub integration).
https://github.com/sierrasoftworks/git-tool
autocomplete azure-devops directory-structure git hacktoberfest organization rust
Last synced: 20 days ago
JSON representation
Stop worrying about where your code is saved and start being more productive with this cross-platform CLI (with auto-complete and GitHub integration).
- Host: GitHub
- URL: https://github.com/sierrasoftworks/git-tool
- Owner: SierraSoftworks
- License: mit
- Created: 2019-03-21T12:40:44.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T08:01:57.000Z (25 days ago)
- Last Synced: 2024-12-16T09:18:56.869Z (24 days ago)
- Topics: autocomplete, azure-devops, directory-structure, git, hacktoberfest, organization, rust
- Language: Rust
- Homepage: https://git-tool.sierrasoftworks.com
- Size: 4.79 MB
- Stars: 23
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Git Tool
**Simplify checking out your Git repositories in a structured directory space**
Git Tool is a powerful tool for managing your Git repositories, storing them in
a consistent folder structure and simplifying access when you need it. The best
place to get started is by reading our [documentation](https://git-tool.sierrasoftworks.com).## Features
- **Quickly open repositories** whether they are already cloned locally or not, using your favourite Git services and a concise folder structure.
- **Launch applications** within the context of your repositories quickly and consistently.
- **Weekly scratchpads** to help organize random work and doodles with minimal effort.
- **Aliases** to make opening your most common repositories as quick as possible.
- **Fast autocompletion** on all platforms with support for "sequence search" (`ssgt` matches `SierraSoftworks/git-tool`) as found in Sublime and VSCode.## Example
```bash
# Open the sierrasoftworks/git-tool repo in your default app (bash by default)
# This will clone the repo automatically if you don't have it yet.
gt o sierrasoftworks/git-tool# Open the github.com/sierrasoftworks/git-tool repo in VS Code (if listed in your config)
gt o code gh:sierrasoftworks/git-tool# Create a new repository and instruct GitHub to create the repo as well, if you
# have permission to do so.
gt new gh:sierrasoftworks/demo-repo# Show info about the repository in your current directory
gt i# Show information about a specific repository
gt i ado:sierrasoftworks/opensource/git-tool# Open your shell in the current week's scratch directory
gt s
```