Skip to content

Commit

Permalink
public commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rocapp committed Aug 14, 2024
1 parent 442fed2 commit ae6ee0a
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 16 deletions.
46 changes: 44 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,51 @@
# scriptyscripts

*CLI interface for running custom scripts*
*python-based CLI tool for home-directory configuration, custom tooling, running custom scripts.*

## DISCLAIMER

**This is a work-in-progress.**

The author isn't liable for anything that happens because you tried using this. `<3`

## About

This version of `scriptyscripts` is a public fork of the custom toolkit that I developed organically out of necessity.

It's intentionally boilerplate.

Not sure yet how much I'll be working on this-- please indicate your interest by *star*-ing the project, or open an issue if you want to discuss something specific.

Hope this toolkit improves your quality of life. `<3`

## Install (recommended method)

```[shell]
$ # Clone the repo to $HOME/scriptyscripts.
$ cd ~
$ gh repo clone rockybranches/scriptyscripts
$ cd ./scriptyscripts
$ # Installation using poetry (highly recommended)
$ poetry install
```

###


## Usage

See the output of:

`$ sscripts --help`

## Author

Robbie Capps, 2023
Robert "Robbie" Ahlroth Capps, 2024

## LICENSE

All Rights Reserved


16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scriptyscripts"
version = "0.3.24a0"
version = "0.3.25"
description = "scriptyscripts for silly kicks."
authors = ["Robbie Capps <[email protected]>"]
readme = "README.md"
Expand All @@ -19,11 +19,6 @@ click = "^8.1.7"
toml = "^0.10.2"
prompt-toolkit = "^3.0.43"
pytest = "^8.2.0"

# [[tool.poetry.source]]
# name = "z38s-pypi-packages"
# url = "http://localhost:1111/simple"
# priority = "primary"
trogon = "^0.5.0"

[build-system]
Expand Down

0 comments on commit ae6ee0a

Please sign in to comment.