Add pj as main tool to list projects
(https://github.com/josephschmitt/pj)
This commit is contained in:
parent
13fa659245
commit
042593d834
3 changed files with 20 additions and 1 deletions
18
private_dot_config/pj/config.yaml.tmpl
Normal file
18
private_dot_config/pj/config.yaml.tmpl
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Paths to search for projects
|
||||
search_paths:
|
||||
- {{ .projectdir }}
|
||||
|
||||
# Maximum directory depth to search
|
||||
max_depth: 6
|
||||
|
||||
# Patterns to exclude from search
|
||||
excludes:
|
||||
- node_modules
|
||||
- .git
|
||||
- .gitlab
|
||||
- target
|
||||
- dist
|
||||
- build
|
||||
|
||||
# Cache TTL in seconds (43200: 12 hours)
|
||||
cache_ttl: 43200
|
||||
Loading…
Add table
Add a link
Reference in a new issue