Skip to content

nfultz/ffss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#ffss - Pager for Flat Files and Tables

ffss is a pager in the tradition of more or less, specifically for flat files and tables.

It sports vim inspired keybindings for navigation, and is screen-aware.

Key Bindings

. : Repeat last command
q : sys.exit()
` : toggle line numbers
~ : toggle header
d : show detail viewer
X : unhide all columns
KEY_UP : scroll up
KEY_DOWN : scroll down
KEY_LEFT : pan left
KEY_RIGHT : pan right

Number prefixes work with the following commands:

x : toggle a column
/ : search within a column

g : go to row
h : pan left
l : pan right
k : scroll up
j : scroll down

##TODO

  1. tmux awareness
  2. replace backend with pandas

About

Pretty printer for tables and such

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published