Skip to content

A Übersicht widget that keeps memos on your desktop.

License

Notifications You must be signed in to change notification settings

twio142/Memos.widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memos for Übersicht

This widget was migrated from the web app Manifest. It allows you to keep memos on your desktop.

Features

Each memo can be edited in place, dragged around or resized.

The Memos.widget/lib/actions.mjs file allows you to create, edit or delete your memos.

# Create a new memo
node Memos.widget/lib/actions.mjs new [TEXT]

# list all memos
node Memos.widget/lib/actions.mjs list

# print a memo
node Memos.widget/lib/actions.mjs print [MEMO_ID]

# Edit a memo
node Memos.widget/lib/actions.mjs edit [MEMO_ID] [TEXT]

# Append text to a memo
node Memos.widget/lib/actions.mjs append [MEMO_ID] [TEXT]

# Delete a memo
node Memos.widget/lib/actions.mjs delete [MEMO_ID]

Alternatively, while any existing memo has focus, you can use hotkeys to control your memos.

Command Hotkey
Create a new memo ⌘N
Delete a memo ⌘W

A new memo will appear on a random position on the screen.

Credits

This project is a Übersicht widget that was adapted from the web application Manifest. Most parts of its UI were derived from the original project. I'd like to thank the creator(s) of Manifest for making their work available under the GNU License.

About

A Übersicht widget that keeps memos on your desktop.

Resources

License

Stars

Watchers

Forks

Packages

No packages published