All Projects → Ythosa → whynote

Ythosa / whynote

Licence: MIT license
Command Line Interface to Creating Notes/Tasks

Programming Languages

javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to whynote

Caporal.js
A full-featured framework for building command line applications (cli) with node.js
Stars: ✭ 3,279 (+21760%)
Mutual labels:  cli-app, node-js
Solidarity
Solidarity is an environment checker for project dependencies across multiple machines.
Stars: ✭ 540 (+3500%)
Mutual labels:  cli-app, node-js
Forge Node App
🛠📦🎉 Generate Node.js boilerplate with optional libraries & tools
Stars: ✭ 90 (+500%)
Mutual labels:  cli-app, node-js
web-ext-deploy
A tool for deploying WebExtensions to multiple stores.
Stars: ✭ 28 (+86.67%)
Mutual labels:  cli-app
MinifyAllCli
📦 A lightweight, simple and easy npm tool to 𝗺𝗶𝗻𝗶𝗳𝘆 JSON/C, HTML and CSS! Also known as MinifyAll core! ⭐ Usable as 𝑪𝑳𝑰 tool or 𝒊𝒎𝒑𝒐𝒓𝒕𝒂𝒃𝒍𝒆 in TS/JS as a 𝑴𝑶𝑫𝑼𝑳𝑬 🥰
Stars: ✭ 21 (+40%)
Mutual labels:  cli-app
orkid-node
Reliable and modern Redis Streams based task queue for Node.js 🤖
Stars: ✭ 61 (+306.67%)
Mutual labels:  node-js
good-first-issues
Find good first issues right from your CLI! 🚀
Stars: ✭ 64 (+326.67%)
Mutual labels:  cli-app
steam-mass-comment-bot
💬 Comment with a few clicks under a ton of steam profiles & groups!
Stars: ✭ 16 (+6.67%)
Mutual labels:  node-js
li18nt
🌎 Lint your i18n translation files. Detect conflicting properties, duplicates and make it more readable and easier to maintain by formatting it!
Stars: ✭ 29 (+93.33%)
Mutual labels:  cli-app
fridaybot
Slack bot for https://spb-frontend.slack.com
Stars: ✭ 29 (+93.33%)
Mutual labels:  node-js
free-node.js-learning-resources
A curated list of free resources to learn node.js
Stars: ✭ 70 (+366.67%)
Mutual labels:  node-js
vayder
Easy and concise validations for Express routes
Stars: ✭ 26 (+73.33%)
Mutual labels:  node-js
win-wallpaper
Manage the desktop wallpaper on Windows
Stars: ✭ 62 (+313.33%)
Mutual labels:  cli-app
zuly
🤖 | Hi, I'm zuly, a brazilian bot! Focused on animes!
Stars: ✭ 45 (+200%)
Mutual labels:  node-js
babyfoot
Simple CQRS/ES Node+Express+TypeScript REST API
Stars: ✭ 14 (-6.67%)
Mutual labels:  node-js
arcscord
A Discord library written in typescript
Stars: ✭ 18 (+20%)
Mutual labels:  node-js
System-bot
Moderative and user-friendly discord bot using discord.js
Stars: ✭ 39 (+160%)
Mutual labels:  node-js
tree-tree
No description or website provided.
Stars: ✭ 15 (+0%)
Mutual labels:  cli-app
twitter-like-bot
This app allows you to automate Twitter liking for specific keywords, hashtags, or even full sentences. The bot uses streaming API which means that everything happens in real time.
Stars: ✭ 30 (+100%)
Mutual labels:  node-js
pyGinit
A simple github automation cli
Stars: ✭ 15 (+0%)
Mutual labels:  cli-app



Badge Badge Badge


Installation:

  • Install Node.js,
  • Clone this repo: git clone https://github.com/Ythosa/whynote,
  • Install dependences by writing in console: npm install,
  • Setup module by writing in console: npm link --force,
  • Done, you can use it from your cmd.

Description:

  • Command line task manager and notebook;
  • whynote is easy way to mark tasks, which need to be completed;
  • It is easy to install and easy to use;
  • It has great functionality.

:.Documentation.:

Whynote's Commands:

  • Get whynote help:

    • note --help|-h [command].
  • Get whynote version:

    • note --version|-V.
  • Get list of tasks and/or notes:

    • note list|l [options] ,
    • Options could be:
      • -n|--notes flag carries out a output only notes,
      • -t|--tasks - output only tasks,
      • -o|--overdue - output overdue task list;
    • --help|h - get info about this function.
  • Adding task to task list:

    • note add-task|at,
    • You will need to enter:
      • Task's text,
      • Task's deadline, format is DD.MM [hh:mm];
    • --help|h flag exists to get info about this function.
  • Adding note to note list:

    • note add-note|an,
    • You will need to enter:
      • Note's text,
      • Note's priority, that could be important or 3, average or 2, inessental or 1;
    • --help|h flag exists to get info about this function.
  • Removing task:

    • note remove|rv <id>,
    • Removing task from task list with id,
    • Id can be:
      • all, by this way you can remove all tasks from task list,
      • <id> number of task number in task list,
      • <id1, id2, id3, ...>
      • start-end - using this syntax you can delete tasks from id peer start to id peer end;
    • --help|h - get info about this method.
  • Modification task:

    • note modific|mod <id>,
    • Via this command you can change task's with id text, priority and deadline:
      • If you don't want to change task's properties, you can write in following prompts: -,
      • If you chosen note and added to it deadline, note's priority will be reset;
    • --help|h.
  • Clear some list:

    • note clear <list_name>,
    • Via this command you can clear the list with the name of the input list - list_name;
    • list name can be:
      • overdue-list - to clear overdue task list,
      • task-list - to clear task list,
      • note-list - to clear note-list
      • all - to clear all lists (== remove all func)
    • --help|h.

:.Using Example.:

More you can see in assets folder of this repository.


FAQ

Q: How can I get help on some command?
A: You can use command flag --help|-h, for example: wis goto --help

Q: How can I help to develop this project?
A: You can put a :3


Copyright 2020 Ythosa
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].