All Projects → claudiodangelis → rofi-todo

claudiodangelis / rofi-todo

Licence: other
📓 Minimal todo client for the rofi launcher

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to rofi-todo

todofi.sh
Handle your todo-txt tasks directly from Rofi
Stars: ✭ 46 (+130%)
Mutual labels:  todo, i3, rofi, i3wm, rofi-scripts
dotfiles
My dotfiles
Stars: ✭ 16 (-20%)
Mutual labels:  i3, rofi, i3wm
dotfiles
A total nord dotfiles used by me. Forever work in progress.
Stars: ✭ 35 (+75%)
Mutual labels:  i3, rofi, i3wm
dotfiles
collection (and a backup) of my config files
Stars: ✭ 49 (+145%)
Mutual labels:  i3, rofi, i3wm
Dotfiles
🐲 My Arch Linux config [i3-gaps + i3blocks + Zsh + Spacemacs + Rofi + Alacritty + Neofetch]
Stars: ✭ 725 (+3525%)
Mutual labels:  i3, rofi, i3wm
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+4825%)
Mutual labels:  i3, rofi, i3wm
Nmcli Rofi
A simple manager for network connections using rofi and nmcli
Stars: ✭ 39 (+95%)
Mutual labels:  i3, rofi, i3wm
no-mans-sky-rice-i3wm
i3WM rice themed using No Man's Sky's colors
Stars: ✭ 34 (+70%)
Mutual labels:  i3, rofi, i3wm
i3wm-config
i3wm config files. Updated config files are in the repository below.
Stars: ✭ 13 (-35%)
Mutual labels:  i3, rofi, i3wm
i3blocks-modules
Custom modules for i3blocks status bar
Stars: ✭ 36 (+80%)
Mutual labels:  i3, i3wm
i3lock-next
Create a fancy image to use with i3lock.
Stars: ✭ 64 (+220%)
Mutual labels:  i3, i3wm
dotfiles
A collection of dotfiles for i3, polybar and more.
Stars: ✭ 25 (+25%)
Mutual labels:  i3, i3wm
polybar-now-playing
Script for polybar to display and control media(not only Spotify) using DBus.
Stars: ✭ 34 (+70%)
Mutual labels:  i3, i3wm
meemo
Run a lightweight Meemo server with database on Docker with docker-compose
Stars: ✭ 18 (-10%)
Mutual labels:  todo, todoapp
ttdl
TTDL - Terminal Todo List Manager
Stars: ✭ 91 (+355%)
Mutual labels:  todo, todoapp
rofi
Rofi: A window switcher, application launcher and dmenu replacement
Stars: ✭ 9,231 (+46055%)
Mutual labels:  i3, rofi
Dotfiles
🌸 Configuration for i3, kitty, picom, ZSH, gtk, qutebrowser, qbittorrent and more... (All tools for an arch linux new installation)
Stars: ✭ 15 (-25%)
Mutual labels:  i3, i3wm
habitica-cli
An immersive command line interface for Habitica ⚡🔥
Stars: ✭ 29 (+45%)
Mutual labels:  todo, todoapp
dotfiles
My (bsp/i3)wm dotfiles.
Stars: ✭ 20 (+0%)
Mutual labels:  rofi, i3wm
mark
mark is an markdown editor app for mac
Stars: ✭ 47 (+135%)
Mutual labels:  todo, todoapp

rofi-todo.sh

Minimal todo client for the rofi launcher.

This project is a fork of: http://bijanebrahimi.github.io/blog/rofi-todo.html

todo

Installation

i3wm

Add this line to i3 config file. Change Mod1+P to the shortcut you want to invoke rofi-todo.sh with.

bindsym Mod1+P exec rofi -modi TODO:/path/to/rofi-todo/rofi-todo.sh -show TODO

Usage

Add TODOs

To add a new todo just start the line with a + sign, then press Enter, for example:

Add

You will see:

added

Search TODOs

To search through todos just start typing

search

Mark TODOs as done

Use up/down arrows or start typing to select the TODO you want to mark as done, then press Enter.

Note: todos will be saved to a text file located at ~/.rofi_todos.

Save a copy of completed TODOs

To save a copy of your completed TODO items, specify DONE_FILE, e.g.:

~/.profile

export DONE_FILE=~/.rofi_todos_done
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].