Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlewand/capture-it
A simple app to instantly add notes to your todo list
https://github.com/mlewand/capture-it
notion productivity todo
Last synced: 10 days ago
JSON representation
A simple app to instantly add notes to your todo list
- Host: GitHub
- URL: https://github.com/mlewand/capture-it
- Owner: mlewand
- Created: 2023-06-25T19:45:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-21T09:41:46.000Z (7 months ago)
- Last Synced: 2024-10-14T12:55:12.050Z (23 days ago)
- Topics: notion, productivity, todo
- Language: TypeScript
- Homepage: https://capture-it.org
- Size: 2.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Capture It
A simple app to instantly add notes to your todo list.
![Capture It screenshot](assets/screenshot.png)
Main goals of the app:
* Lighting fast, above all - it has to pop up and disappear in a blink of an eye.
* Easy - start with limited set of features.
* Quick to develop - new ideas should be implemented fast and easy.It wasn't mean to be a state of art app, so the source code has shortcuts and is messy in many places.
## Installation
Just grab a suitable distribution from [the releases page](https://github.com/mlewand/capture-it/releases).
## Configuration
During the first run you'll have to provide the configuration.
The app will ask you to do that and allow guide you though creating a file.
In case it doesn't, just copy the [.capture-it-config.tpl.json](.capture-it-config.tpl.json) file to `~/.capture-it-config.json` and fill in the placeholder values.
## Dev
Clone the repo and go for:
```sh
git clone [email protected]:mlewand/capture-it.git
cd capture-it
yarn
yarn start:dev
```## Distribution
Run the following steps to build distribution version of the app:
```sh
yarn dist
```