A terminal .txt file viewer
Project description
TTUI
A terminal application to view .txt files quickly. Built for my personal use.
Why
I was sick of reading information in txt files and did not want to create a method to read them. Here is my solution an application that will open a terminal application showing the data in a table.
Ever dump python dicts into a txt file? Well I do and I do it a lot for random scripts, projects, or when I need to cache data. TTui will parse the index of the string given a type of object and return each line in the .txt as the object.
Also, I wanted to figure out how to publish to pypi which was important to me.
How?
Ideally, install pipx is the easiest.
pipx install ttui
Once installed the tt
command will be added to your path.
It's meant to just take the argument of the file path.
tt demo.txt
Don't try to pass an empty file to the program, it will just return a warning and nothing will happen.
Development
Going to...
- More types ie tuples, list, and custom types
- Clean the code base
- a way to filter data
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ttui-0.1.2.tar.gz
.
File metadata
- Download URL: ttui-0.1.2.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.7 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3deb3ffa741479126ce302040ef85618fbdcd240ed3c8618267cc1ec9de560e |
|
MD5 | 1007c7350c7b4a37945885ae7f515cc0 |
|
BLAKE2b-256 | cdfb45b25dbfce45d90c7505e34d93877104c2540a5450fa97a47c422a7f8a63 |
File details
Details for the file ttui-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: ttui-0.1.2-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.7 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8f40027538969a5471e80f58617299c1c8d9acb0cb081fb3ee4728f3408730b |
|
MD5 | 6b4b0378b6688314e17dd6666f10d817 |
|
BLAKE2b-256 | 0da450e04508838dbdca21b3605398dd581f7aa14eb1e47650cb682fdec56544 |