Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvinis/flick
🌝 🌚 Switch between light and dark mode, and have all your tools swap!
https://github.com/pvinis/flick
Last synced: 3 months ago
JSON representation
🌝 🌚 Switch between light and dark mode, and have all your tools swap!
- Host: GitHub
- URL: https://github.com/pvinis/flick
- Owner: pvinis
- Created: 2018-10-29T09:44:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T14:12:49.000Z (over 1 year ago)
- Last Synced: 2024-08-09T21:19:21.878Z (5 months ago)
- Language: JavaScript
- Homepage: https://pvin.is
- Size: 61.5 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flick
[![Build Status](https://travis-ci.org/pvinis/flick.svg?branch=master)](https://travis-ci.org/pvinis/flick)
use .flickrc for something like "light" or "dark".
add extensions and ways to use flick with vim, vscode, macos etc
make a simple command that installs with brew, that i can say flick, and it will switch between dark and light, or flick on flick off for light and dark respectively.
later, add time based flick that runs in the background and flicks automatically
## Install
With `npm`: `npm i -g flickjs`
With `yarn`: `yarn global add flickjs`
With `Homebrew`: `brew install pvinis/pvinis/flick`## Usage
`flick` will switch between `LIGHT` and `DARK` mode.
`flick on` or `flick light` will turn `LIGHT` mode on.
`flick off` or `flick dark` will turn `DARK` mode on.## Supported extensions
- macOS
- VSCode
Everyone is welcome to add, contribute, or suggest new ones.
Planned:
- iTerm
- vim/neovim