mirror of
https://codeberg.org/scip/epuppy.git
synced 2025-12-17 04:20:59 +01:00
fixed copy/paste errors
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
## Project Goals
|
## Project Goals
|
||||||
|
|
||||||
The goal of this project is to build a small tool which helps in day
|
The idea behind this project is to build a small TUI tool to be able
|
||||||
to day work with tabular output of various commandline programs. It
|
to just take a look into some epub file without the need to leave the
|
||||||
should be small, fast and easy to understand. The idea is to replace
|
shell. And it had to be fast enough to just peak into an ebook. It
|
||||||
multiline shell pipes using awk, sed and grep with just one
|
should be small, fast and easy to understand.
|
||||||
binary.
|
|
||||||
|
|
||||||
There will be no GUI, no web interface, no public API of some sort, no
|
There will be no GUI, no web interface, no public API of some sort, no
|
||||||
builtin interpreter.
|
builtin interpreter. It is not intended to build a full blown ebook
|
||||||
|
reader.
|
||||||
|
|
||||||
The programming language used for this project will always be
|
The programming language used for this project will always be
|
||||||
[GOLANG](https://go.dev/) with the exception of the documentation
|
[GOLANG](https://go.dev/) with the exception of the documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user