Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnugat/ssc-btlr
[maintained] Your own personal assistant
https://github.com/gnugat/ssc-btlr
chatgpt-app
Last synced: 8 days ago
JSON representation
[maintained] Your own personal assistant
- Host: GitHub
- URL: https://github.com/gnugat/ssc-btlr
- Owner: gnugat
- License: mit
- Created: 2012-07-20T13:49:31.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T07:52:05.000Z (4 months ago)
- Last Synced: 2024-08-01T09:25:20.363Z (4 months ago)
- Topics: chatgpt-app
- Language: PHP
- Homepage:
- Size: 524 KB
- Stars: 12
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Super Secret Code - Btlr
Your own personal assistant.
## Installation
Clone the repository,
then run [composer](https://getcomposer.org/) (PHP 8.3 required):```
git clone [email protected]:gnugat/ssc-btlr.git
cd ssc-btlr
./bin/install.sh # Use `-d` option for development and test purposes
```## Usage
To list all the available commands, run:
```
./btlr
```## Want to know more?
Check the documentation for each subset commands:
* [lck: keep your secrets safe](./doc/01-lck.md)
* [cdr: Code Generation](./doc/03-cdr.md)You can see the current and past versions using one of the following:
* the `git tag` command
* the [releases page on Github](https://github.com/gnugat/ssc-btlr/releases)
* the file listing the [changes between versions](CHANGELOG.md)And finally some meta documentation:
* [copyright and MIT license](LICENSE)
* [versioning and branching models](VERSIONING.md)
* [contribution instructions](CONTRIBUTING.md)