https://github.com/albulescu/inspire
Simple OSX application to inspire you to be creative, to be present or to take a conscious breath.
https://github.com/albulescu/inspire
inspiration meditation osx
Last synced: 7 months ago
JSON representation
Simple OSX application to inspire you to be creative, to be present or to take a conscious breath.
- Host: GitHub
- URL: https://github.com/albulescu/inspire
- Owner: albulescu
- Created: 2025-01-20T07:59:47.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-20T09:00:15.000Z (9 months ago)
- Last Synced: 2025-01-20T09:31:13.519Z (9 months ago)
- Topics: inspiration, meditation, osx
- Language: Swift
- Homepage:
- Size: 681 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inspire for OSX
Simple OSX application to inspire you to be creative, to be present or to take a conscious breath.

## Usage
**Help:**:
```
inspire --help
USAGE: inspire [--mode ] [--gap ]OPTIONS:
--mode Mode [short, normal, deep]. (default: normal)
--gap Gap in seconds. (default: 2)
-h, --help Show help information.
```**Run in background:**
```
nohup inspire > output.log 2>&1 &
```