https://github.com/promignis/cwitch
Conscious Switch
https://github.com/promignis/cwitch
golang tray
Last synced: 2 months ago
JSON representation
Conscious Switch
- Host: GitHub
- URL: https://github.com/promignis/cwitch
- Owner: Promignis
- License: mit
- Created: 2019-05-22T20:20:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T00:24:27.000Z (over 6 years ago)
- Last Synced: 2025-07-13T01:05:42.874Z (3 months ago)
- Topics: golang, tray
- Language: Go
- Size: 231 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Conscious Swtich (cwitch, pronounced switch)
is a cross platform system tray app that allows you
create some modes via a json file(`data.json`) and
tracks the time you spend between these modes.Great way to switch between tasks, modes etc consciously and mindfully.
It's aim is to help you reduce unconscious and mindless activities(browser tab switches, social media, youtube etc)
## Cwitch Json file format
```
{
"modes": [
{
"mode": "Reading",
"emoji": "📚"
}
]
}
```#### Example output
`--data` flag to specify the path to Cwitch Json file
Node: (optional, if not specificed will look for `data.json` in local folder)eg: `cwitch --data ./data.main.json`
`--debug` flag for seeing debug logs
eg: `cwitch --debug`