Skip to content

Dockerfile for a ncurses csvviewer written in python called tabview

License

Notifications You must be signed in to change notification settings

TimoGo/docker-tabview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

what is tabview?

  • view a CSV file in a spreadsheet-like display in textmode (ncurses).
  • see https://github.com/jahrome/tabview
  • there is also a more recent fork of it - have to look for it

why a docker container?

  • docker is a fast way of starting tabview temporarly (with --rm)
  • a peco-based fileselection dialog allows to select a file within $PWD

How to build

RUN

you need a csv-file eg demo.csv:

docker run -it --rm -v $(pwd):/data  tghode/docker-tabview:latest demo.csv

Note that the contents of the current directory will be mapped into the container as /data

Alias

You can even hide al the gory details of docker:

alias tabview='docker run -it --rm -v $(pwd):/data tghode/docker-tabview'

Using the container:

$ tabview demo.csv

About

Dockerfile for a ncurses csvviewer written in python called tabview

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published