https://github.com/ruancarllo/codexcluder
A command-line program to hide .gitignore files in vscode
https://github.com/ruancarllo/codexcluder
command-line git vscode
Last synced: 3 months ago
JSON representation
A command-line program to hide .gitignore files in vscode
- Host: GitHub
- URL: https://github.com/ruancarllo/codexcluder
- Owner: ruancarllo
- License: 0bsd
- Created: 2023-10-10T14:02:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-10T19:24:53.000Z (about 1 year ago)
- Last Synced: 2025-02-02T13:34:23.203Z (4 months ago)
- Topics: command-line, git, vscode
- Language: Dart
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# About the software
This [command-line](https://en.wikipedia.org/wiki/Command-line_interface) program is a simple tool for hiding files mapped by a [.gitingore](https://git-scm.com/docs/gitignore) file in the [Visual Studio Code](https://code.visualstudio.com) development environment.
## Compilation
To transform this tool's code into an executable binary, install and configure the [Dart](https://dart.dev) language SDK on your computer, open the source code folder in your terminal, and run the following command:
```shell
dart compile exe "main.dart" -o "codexclude"
```You can add this binary to your `$PATH` environment variable to make it available globally on your system, from the command:
```shell
codexclude
```## License
This project is licensed under the terms of [BSD Zero Clause License](LICENSE.md), so feel free to use it to help you with any ideas.