https://github.com/techlemur/notepad-plus-plus-workspace-generator
Bash script for generating workspace files for Notepad++
https://github.com/techlemur/notepad-plus-plus-workspace-generator
bash-script docker notepad-plus-plus notepadplusplus
Last synced: about 1 year ago
JSON representation
Bash script for generating workspace files for Notepad++
- Host: GitHub
- URL: https://github.com/techlemur/notepad-plus-plus-workspace-generator
- Owner: techlemur
- License: mit
- Created: 2021-06-05T16:54:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T20:18:16.000Z (over 4 years ago)
- Last Synced: 2023-10-27T01:32:29.208Z (over 2 years ago)
- Topics: bash-script, docker, notepad-plus-plus, notepadplusplus
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notepad++ Workspace Generator [](https://opensource.org/licenses/MIT)
Small bash script for generating workspace files for Notepad++
## Options
- **-h | --help** -- Print help and exit
- **-a | --all** -- Disable default ignore settings and add everything
- **-d | --defaults** -- Add defaults to custom ignore rules
- **-f | --file** -- File Name
- **-i | --ignore** -- Specify file names to ignore
- **-if | --ignoreFolders|--ignorefolders** -- Specify folder names to ignore
- **-n | --name** -- Project Name
- **-s |--sort** -- Sort flags (must be wrapped in quotes. ex: '-f -n')
- **-v | --verbose** -- Be more verbose
## Examples
### Bash
```bash
./generate.sh -f .npworkspace -n "My Project Name"
```
### Docker
```bash
docker run -it --rm -v "$PWD":/work techlemur/npwg -n $(basename $PWD)
```
## ToDo:
- [ ] Add config files
- [ ] Add CI tests
## :sparkling_heart: Supporters
| | |
|-|-|
|[](https://greeleyandfriends.com/) | **Greeley Wells** (https://greeleyandfriends.com/) |