csv-peek

command module
v0.0.0-...-d0353aa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2024 License: GPL-3.0 Imports: 15 Imported by: 0

README

csv-peek

csv-peek is a lightweight CSV file viewer for the command line, designed to simplify exploration and navigation of CSV data.

Installation

go install github.com/fioriandrea/csv-peek@latest

Keyboard Shortcuts

  • Arrow keys: Navigate up, down, left, and right.
  • j: Move forward one line.
  • k: Move backward one line.
  • l: Move one cell to the right.
  • h: Move one cell to the left.
  • Ctrl+N: Move forward by a page.
  • Ctrl+P: Move backward by a page.
  • Space: Move forward by half a page.
  • Ctrl+C or q: Quit the program.
  • G: Go to the end of the file.
  • g: Go to the beginning of the file.
  • Digit keys + UP or DOWN: Jump N lines (non-optimized).

License

This program is licensed under the GNU General Public License v3.0 (GPLv3). See the LICENSE file for details.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL