Skip to content

dustinlacewell/helm-org-walk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm-org-walk

Walk up and down your Org-mode files quickly.

./demo.gif

helm-org-walk helps you navigate or refile your org hierarchies with ease.

If you already know what you’re looking for org-rifle or org-ql can help you find it. However, if you don’t quite know or remember what you’re looking for, helm-org-walk can help.

Installation

We recommend installing with straight.el and use-package:

(use-package helm-org-walk
  :straight (helm-org-walk :type git
                           :host github
                           :repo "dustinlacewell/helm-org-walk"))

How to use

  • Walk current buffer: M-x helm-org-walk
  • Walk org-directory: C-u M-x helm-org-walk
  • Refile to current buffer: M-x helm-org-walk-refile-this
  • Refile to org-directory: C-u M-x helm-org-walk-refile-this

Helm bindings:

<return>Walk forwards/downwards
C-<backspace>Walk backwards/upwards
C-<return>Choose current selection
C-gAbort

About

Helpful elisp functions for working with Org OLP paths

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published