pboy
pboy copied to clipboard
a small .pdf management tool with a command-line UI
My papers folder is quite large and it would be neat to support some sort of basic filtering on filename mechanism. I personally had in mind something like the VS...
Addresses #53 . I have applied `toLower` before `titlecase`. There may be cleaner ways to do this, but I had to `pack` and `unpack` for the data to be `Text`,...
I often see a suggested filename where the text is ALL CAPS. When this occurs, would it be better to convert to Title Case? The line [& titlecase](https://github.com/2mol/pboy/blob/a5ae553525d873b45e4bd829b8358705313d2b1e/src/Lib.hs#L145) seems to...
this was mentioned in #16 but doesn't look like it's implemented yet. Many papers have their titles split over multiple lines. So it would be nice to also allow selecting...
I'm actually quite surprised if a TUI doesn't support j for down and k for up 😅
If you accept the name suggestion from paperboy, it will happily overwrite any files that happen to have that name in the library folder. Luckily in this case it was...
Hello, the readme mentions a call for packaging. What some people do is make use of CI such as travis to do this. One such project is nnn and you...
One can't jump to the beginning/end of the filename input with the Home/End keys. According to its [documentation](http://hackage.haskell.org/package/brick-0.47/docs/Brick-Widgets-Edit.html#t:Editor), the Bricks Editor only supports Ctrl+A/Ctrl+E for that. We could manually register...
GUI programs tend to output warnings on their stdout or stderr. In paperboy, those warnings overwrite part of the user interface:  It should be sufficient to redraw the interface...
It would be useful if one could delete files from the inbox or library (maybe also from the rename dialog), e.g. by pressing `d` or `Del`.