Thanks to visit codestin.com
Credit goes to github.com

Skip to content

danbaterisna/limo-pager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Limo is a pager designed for viewing hierarchical data.

Currently, only org files are supported, but more may be implemented.

Currently under active development.

Building

Build using CMake and Ninja (tested using GCC 15.2.1):

cmake -G Ninja --B build/
cmake --build build/ --target limo

To build and run tests:

cmake --build build/ --target test_runner

Keybinds

z Toggle the fold which begins at the cursor
j Move down one line
k Move up one line
q Quit

About

Pager for text files with with headings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published