epy icon indicating copy to clipboard operation
epy copied to clipboard

Is this project deprecated?

Open Friptick opened this issue 1 year ago • 7 comments

Hello @wustho , thanks for your work.

There is a lot of overlap between epy and your other reader, baca. After all, there's no real difference between a "CLI reader" and a "TUI reader", it's substantively the same thing and the UX ends up being very similar. Except! In my experience, epy is just faster, for whatever reason.

I have a couple of small bugs to report for epy. But it looks like you're putting more of your time into baca (which also has a better name!), which is a bit of a discouragement from using the epy issue tracker.

Would you consider merging the projects?

Friptick avatar Aug 18 '24 10:08 Friptick

You can elucidate on the bugs here. I plan on making a fork of this, and add more features like ASCII images, UI improvements, etc,.

sa-dd avatar Sep 11 '24 12:09 sa-dd

Done! Thanks @sa-dd and good luck with the project.

Friptick avatar Sep 12 '24 10:09 Friptick

@sa-dd check out my latest post!

i would be interested in forking as well.

darkralts avatar May 23 '25 20:05 darkralts

it does seem unfortunate but wustho hasn't been around as far as i see.

darkralts avatar May 23 '25 20:05 darkralts

I have already started to move to https://git.sr.ht/~mcepl/epy (branch devel contains all PRs here and additional improvements). For any communication, feel free to contact me at https://lists.sr.ht/~mcepl/devel

mcepl avatar May 26 '25 09:05 mcepl

@sa-dd check out my latest post!

i would be interested in forking as well.

Sure, sorry I wasn't able to fork, and continue this project.

sa-dd avatar Jun 03 '25 09:06 sa-dd

Just to make a little self-promotion, this is from the devel branch of my Sourcehut repo:

mitmanek:epy (devel) $ git log --oneline origin/master..HEAD
bf39f03 (HEAD -> devel, sourcehut/devel) feat: add a simple CSS processing
a7ba2c0 (tag: v2025.5.27) chore: switch from poetry to ordinary setup (using setuptools)
03cd831 feat: make it configurable to use colors or be terminal neutral
92a988e fix: remove all typing errors
5720391 chore: move getter for default config directory out of class
5e62cd8 fix: handle the internal structure better, take care of multiprocessing
68e1d59 ci: centralize DEBUG variable for debugging
96cf1d7 chore: switch DEBUG to True
2a30dd8 ci: simple .builds.yml for Sourcehut CI
5e563e2 Use os.path.expanduser.
f909510 Use contextlib.connect context manager instead of playing with try manually.
6663279 feat(reader): redesign the line input history
662c980 Add a command line history to the input_prompt.
0d14c72 Dependency Update - PEP 594 - Installs `standard-imghdr` dependency
04ee647 add support for speechd | piper
e4d4a17 Modernize pyproject.toml to the modern (less Poetry-dependent) standard
0ba081f Blacken the project.
ec99197 Fix typos
419fb6b Dependency Update - PEP 594 - Installs `standard-imghdr` dependency
371e7d3 updated stop function for speechd
b7c0bff add support for speechd | piper
d908c31 Document TTS keybind in README.md
c56b7ee Don't crash on epy -r when stdout is filtered and interrupted.
465d730 Modernize pyproject.toml to the modern (less Poetry-dependent) standard
f7b7acd Blacken the project.
mitmanek:epy (devel) $ 

mcepl avatar Jul 25 '25 09:07 mcepl