https://github.com/motemen/furoshiki2
https://github.com/motemen/furoshiki2
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/motemen/furoshiki2
- Owner: motemen
- Created: 2017-10-02T09:56:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T06:58:02.000Z (over 7 years ago)
- Last Synced: 2025-04-13T00:42:37.537Z (2 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# furoshiki2
furoshiki is a thin wrapper around CUI operation that records command execution results.
## Usage
% furo2
furo2 exec COMMAND [ARGS...]
furo2 history [pull | show COMMIT | fix]
furo2 version## Installation
With homebrew:
brew install --HEAD motemen/furoshiki2/furoshiki2
Or with pip:
pip3 install git+https://github.com/motemen/furoshiki2
Or:
git clone https://github.com/motemen/furoshiki2
cd furoshiki2
pip3 install .## Configuration
Create a repository and set `FURO_LOGS_REPOSITORY` environment variable to the repo's pushable URL eg:
export [email protected]:motemen/logs