Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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