Skip to content

Commit

Permalink
Added screenshots and added a Features section to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Jan 17, 2013
1 parent cc984c4 commit 16a133a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.rst
Expand Up @@ -12,6 +12,21 @@ Contributed by A.M. Kuchling <amk@amk.ca>
The highlighted position is shown in the top-left corner of the screen; next to
it are shown the contents of that cell.

Features:
---------
* Python 3.x
* Spreadsheet-like view for easily visualizing tabular data
* Vim-like navigation (h,j,k,l, g(top), G(bottom), 12G goto line 12, m - mark,
' - goto mark, etc.)
* Toggle persistent header row
* Sort ascending or descending by any column
* Full-text search, n and p to cycle between search results
* 'Enter' to view the full cell contents
* F1 or ? for keybindings
* Can also use from python command line to visualize any tabular data (e.g.
list-of-lists)
* See the screenshots directory for some pictures.

Requires:
---------

Expand Down
Binary file added screenshots/cell_display.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/keybindings.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 16a133a

Please sign in to comment.