Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danbugs/danlogs-tools
A grouping tools for making the process of creating videos for my YouTube channel (i.e., danlogs) easier.
https://github.com/danbugs/danlogs-tools
cli personal rust
Last synced: about 1 month ago
JSON representation
A grouping tools for making the process of creating videos for my YouTube channel (i.e., danlogs) easier.
- Host: GitHub
- URL: https://github.com/danbugs/danlogs-tools
- Owner: danbugs
- License: agpl-3.0
- Created: 2022-06-25T19:55:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-04T00:24:40.000Z (over 2 years ago)
- Last Synced: 2024-05-01T17:01:16.431Z (8 months ago)
- Topics: cli, personal, rust
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# danlogs Tools
This is a repository to group tools for making the process of creating videos for my YouTube channel (i.e., danlogs) easier.
## danlogs Script Lexer and Splitter (dsls)
```sh
❯ dsls --help
danlogs-tools 0.1.0
Dan Chiarlone
A lexer and splitter (i.e., splitting between script and code files) for the stuff I write while
preparing videos for my YouTube channel — danlogsUSAGE:
dsls --file-to-parseOPTIONS:
-f, --file-to-parse
-h, --help Print help information
-V, --version Print version information
```### How to Install dsls?
If, for whatever reason, you want to install DSLS, you can do that by:
```sh
❯ git clone https://github.com/danbugs/danlogs-tools.git
❯ make build
❯ make install
```> Note: `make install` uses the `install` command, which is a Unix thing. If you are on Windows, you'll probably just have to move it to your any specific directory you want and then add that directory to your PATH.