All Projects → jsmestad → doom-todo-ivy

jsmestad / doom-todo-ivy

Licence: GPL-3.0 license
Display all TODO and FIXME entries for a project or buffer in ivy. Extracted from doom-emacs.

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to doom-todo-ivy

.emacs.d
My Emacs Config
Stars: ✭ 22 (-29.03%)
Mutual labels:  ivy, projectile
emacs.d
My personal emacs setup.
Stars: ✭ 27 (-12.9%)
Mutual labels:  emacs-configuration, projectile
.emacs.d
📔 My Emacs config.
Stars: ✭ 16 (-48.39%)
Mutual labels:  emacs-configuration
GnusSolution
A complete working solution of gnus+offlineimap+dovecot+msmtp+cron
Stars: ✭ 18 (-41.94%)
Mutual labels:  emacs-configuration
angular-cli-skeleton
angular-cli skeleton to quickly start a new project with advanced features and best practices. All features are described in README.md.
Stars: ✭ 32 (+3.23%)
Mutual labels:  ivy
pomogoro
Text-file based todo time tracking
Stars: ✭ 22 (-29.03%)
Mutual labels:  todo
Blue-Diary
Lightweight & effective Todo app with Flutter and BLoC pattern 🙆🏻‍♂️
Stars: ✭ 146 (+370.97%)
Mutual labels:  todo
maker
Maker is a advanced mobile ToDo app for Android and iOS
Stars: ✭ 35 (+12.9%)
Mutual labels:  todo
Denny-s-emacs-configuration
🤖 Emacs shapes me to be a better programmer
Stars: ✭ 40 (+29.03%)
Mutual labels:  emacs-configuration
todo bloc
Todo Bloc example with unit, widget and integration tests
Stars: ✭ 28 (-9.68%)
Mutual labels:  todo
emacs-config
A literate emacs configuration for C#, python, ivy, yasnippet, ...
Stars: ✭ 31 (+0%)
Mutual labels:  emacs-configuration
thingsapp
Node module for creating todos in Things.app
Stars: ✭ 37 (+19.35%)
Mutual labels:  todo
lunatask
All-in-one encrypted to-do list, notebook, habit and mood tracker, pomodoro timer, and journaling app
Stars: ✭ 35 (+12.9%)
Mutual labels:  todo
devlog
Command-line tool for tracking your day-to-day software development work
Stars: ✭ 16 (-48.39%)
Mutual labels:  todo
styleguide-todo-grammar
/sBin/StyleGuide/ToDo
Stars: ✭ 19 (-38.71%)
Mutual labels:  todo
counsel-org-clock
Counsel (Ivy) interface for org-clock
Stars: ✭ 44 (+41.94%)
Mutual labels:  ivy
demo-ipfs-todo
Simple ToDo app using window.ipfs
Stars: ✭ 16 (-48.39%)
Mutual labels:  todo
ihsec
ihsec - I hate Switching Emacs Configs - A symlink machine to change your ~/.emacs.d quickly and efficiently.
Stars: ✭ 61 (+96.77%)
Mutual labels:  emacs-configuration
somebody-should
A place to document practices on the wiki and collect issues/suggestions/to-do items for the physical space at DoES Liverpool
Stars: ✭ 26 (-16.13%)
Mutual labels:  todo
Mejili
A Trello clone based on PHP using Laravel 4.2, knockout and twitter bootstrap
Stars: ✭ 17 (-45.16%)
Mutual labels:  todo

doom-todo-ivy

Display TODO, FIXME, or anything else in an ivy buffer. Extracted from doom-emacs.

Install

This package depends on:

  • ivy
  • projectile

Manual

(require 'doom-todo-ivy)

use-package

(use-package doom-todo-ivy
  :ensure t
  :hook (after-init . doom-todo-ivy))

You can run the command with M-: doom/ivy-tasks [RET]

Demo

todo

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].