Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.7%) to scientific vocabulary
Repository
Tools By Config
Basic Info
- Host: GitHub
- Owner: AndiH
- Language: Python
- Default Branch: main
- Size: 1000 Bytes
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Tools By Config
This is a generalization of Rsync By Config which reads in a hidden .tbc.toml file and runs commands in there.
This is only a rough sketch. Basically no sanity checks are done and no additional features are implemented beyond the core features.
Rationale
Do you launch CLI applications with complex arguments repeatedly and use your Shell history to find the last invocation? TBC tries to solve this by creating a folder-specific place for such frequently used commands; .tbc.toml.
Usage
Add tbc.py to your $PATH. Create a .tbc.toml file in a directory and add a command with arguments like:
TOML
[my_echo]
exe = "echo"
args = ["Hello", "World"]
Now call tbc.py in the directory and see it print "Hello World". That's it.
If no explicit command is given to tbc.py, the first command specified in .tbc.toml is used. See tbc.py --help
Requirements
The following Python packages are required
clicktoml
Owner
- Name: Andreas Herten
- Login: AndiH
- Kind: user
- Location: Langerwehe, Germany
- Company: Jülich Supercomputing Centre
- Website: http://www.andreasherten.de/
- Twitter: AndiH
- Repositories: 19
- Profile: https://github.com/AndiH
HPC, GPU Computing, Python, LaTeX, and, well…, take a look around…
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0