https://github.com/itsjonq/feels
❤️ Feels: Simple feels tracker
https://github.com/itsjonq/feels
feels tracker
Last synced: about 1 month ago
JSON representation
❤️ Feels: Simple feels tracker
- Host: GitHub
- URL: https://github.com/itsjonq/feels
- Owner: ItsJonQ
- License: mit
- Created: 2019-07-14T04:44:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-14T04:47:43.000Z (about 7 years ago)
- Last Synced: 2025-08-29T18:50:24.255Z (11 months ago)
- Topics: feels, tracker
- Language: JavaScript
- Homepage: https://jonquach.com
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ❤ Feels
> Simple feels tracker
## Table of contents
- [Installation](#installation)
- [Usage](#usage)
- [Configure](#configure)
## Installation
```
npm install -g @itsjonq/feels
```
## Usage
In your Terminal, run the `feel` command:
```
feels
```
By default, it will output the help content:
```
❤️ Feels
feels
Example:
feels add "Great!"
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
config [options] Configures Feels
add|a [task] Add a new feels for Today
new|n [task] Alias for "add"
list|ls List Today's feels
edit|e Edit Today's feels
print|p Print Yesterday's and Today's feels
copy|cp Copy Yesterday's and Today's feels
open|o Opens the feels directory
which Display location of feels
```
## Configure
By default, Do will create `.md` files under the `~/.feels` directory. You can customize the directory by running:
```
feels config --dir=~/Stuff/my-custom-do/here
```