mirror of
https://github.com/onyx-and-iris/slobs-cli.git
synced 2025-07-23 05:11:46 +00:00
Compare commits
No commits in common. "main" and "v0.11.4" have entirely different histories.
@ -1,4 +1,4 @@
|
|||||||
name: Publish to PyPI
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
19
.github/workflows/ruff.yml
vendored
19
.github/workflows/ruff.yml
vendored
@ -1,19 +0,0 @@
|
|||||||
name: Ruff
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
pull_request:
|
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
ruff:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: astral-sh/ruff-action@v3
|
|
||||||
with:
|
|
||||||
args: 'format --check --diff'
|
|
13
README.md
13
README.md
@ -85,19 +85,12 @@ Available styles: _red, magenta, purple, blue, cyan, green, yellow, orange, whit
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
Optionally you may disable border colouring with the --no-border flag:
|
Optionally you may disable the border colouring with the --no-border flag:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
```console
|
```console
|
||||||
slobs-cli --style="yellow" --no-border audio list
|
slobs-cli --style="yellow' --no-border audio list
|
||||||
```
|
|
||||||
|
|
||||||
Or with environment variables:
|
|
||||||
|
|
||||||
```env
|
|
||||||
SLOBS_STYLE=yellow
|
|
||||||
SLOBS_STYLE_NO_BORDER=true
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
@ -331,4 +324,4 @@ slobs-cli scenecollection rename "ExistingCollection" "NewName"
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
`slobs-cli` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
|
`slobs-cli` is distributed under the terms of the [GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later.html) license.
|
Loading…
x
Reference in New Issue
Block a user