All Projects → sindresorhus → one-thing

sindresorhus / one-thing

Licence: MIT license
Set the text for the One Thing app

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to one-thing

Github Keygen
Easy creation of secure SSH configuration for your GitHub account(s)
Stars: ✭ 183 (+66.36%)
Mutual labels:  cli-app
Sclack
The best CLI client for Slack, because everything is terrible!
Stars: ✭ 2,363 (+2048.18%)
Mutual labels:  cli-app
Podcast Cli
Podcast CLI player
Stars: ✭ 228 (+107.27%)
Mutual labels:  cli-app
Run Electron
Run Electron without all the junk terminal output
Stars: ✭ 187 (+70%)
Mutual labels:  cli-app
Ahoy
Create self-documenting cli programs from YAML files. Easily wrap bash, grunt, npm, docker, (anything) to standardize your processes and make the lives of the people working on your project better.
Stars: ✭ 201 (+82.73%)
Mutual labels:  cli-app
Geek Life
The Todo List / Task Manager for Geeks in command line
Stars: ✭ 212 (+92.73%)
Mutual labels:  cli-app
Curlx
◼️ Supercharge curl with history, collections and more.
Stars: ✭ 169 (+53.64%)
Mutual labels:  cli-app
3llo
3llo - Trello interactive CLI aplication
Stars: ✭ 245 (+122.73%)
Mutual labels:  cli-app
Do Not Disturb Cli
Control the macOS `Do Not Disturb` feature from the command-line
Stars: ✭ 205 (+86.36%)
Mutual labels:  cli-app
Cat Names
🐈 Get popular cat names
Stars: ✭ 226 (+105.45%)
Mutual labels:  cli-app
Gcli
🖥 Go CLI application, tool library, running CLI commands, support console color, user interaction, progress display, data formatting display, generate bash/zsh completion add more features. Go的命令行应用,工具库,运行CLI命令,支持命令行色彩,用户交互,进度显示,数据格式化显示,生成bash/zsh命令补全脚本
Stars: ✭ 188 (+70.91%)
Mutual labels:  cli-app
Tty
Toolkit for developing sleek command line apps.
Stars: ✭ 2,329 (+2017.27%)
Mutual labels:  cli-app
Graphql Rest Proxy
Turn your REST API into GraphQL - A Proxy Server that pipes request from GraphQL to REST with GraphQL DSL, performant nested children, mutations, input types, and more.
Stars: ✭ 218 (+98.18%)
Mutual labels:  cli-app
Htmltest
✅ Test generated HTML for problems
Stars: ✭ 185 (+68.18%)
Mutual labels:  cli-app
Terminal Image Cli
Display images in the terminal
Stars: ✭ 234 (+112.73%)
Mutual labels:  cli-app
Fast Cli
Test your download and upload speed using fast.com
Stars: ✭ 2,178 (+1880%)
Mutual labels:  cli-app
Tldr
Golang command line client for tldr https://github.com/tldr-pages/tldr
Stars: ✭ 210 (+90.91%)
Mutual labels:  cli-app
Awesome Linux Software
A list of awesome applications, software, tools and other materials for Linux distros.
Stars: ✭ 16,943 (+15302.73%)
Mutual labels:  cli-app
Unsplash Wallpaper
Use an image from unsplash.com as your background image from a simple command.
Stars: ✭ 238 (+116.36%)
Mutual labels:  cli-app
Localer
Automatic detecting missing I18n translations tool.
Stars: ✭ 219 (+99.09%)
Mutual labels:  cli-app

one-thing

Set the text for the One Thing app

Requires Node.js 12 and the One Thing app to be installed.

CLI

npm install --global one-thing
$ one-thing --help

  Usage
    $ one-thing <text>
    $ one-thing --get

  Example
    $ one-thing 'Prepare for important meeting'

API

npm install one-thing
import oneThing, {getOneThing} from 'one-thing';

await oneThing('Prepare for important meeting');

console.log(await getOneThing());
//=> 'Prepare for important meeting'
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].