pjs icon indicating copy to clipboard operation
pjs copied to clipboard

A basic CLI for regularly updating your project's status

Results 19 pjs issues
Sort by recently updated
recently updated
newest added

Fix to issue #23 of the app crashing while deleting zero projects. Now it does a simple check before getting the active project ID which is then passed to the...

Hi, how to reproduce. 1. Starting app $ ./project-management what would you like to name your project? First 2. Starting app again List of projects is shown 3. Press "d"...

I can't believe I've done this instead of real work, but I crave formalization of this feature request I've tossed your way a few times in the past couple months....

enhancement

printing to PDF with pandoc is already supported, but because Bubble Tea blocks stdin, the implementation needs to be modified to work with Bubble Tea

enhancement

I keep getting this error when I create a new entry, despite the new entry having no problem getting created. ![error message](https://user-images.githubusercontent.com/15822994/170269878-7772340c-2019-4f4d-86d4-4cd3e6d48bb5.png)

bug

Viewport sizing in entry view is WEIRD. Not correct size after resizing window and initial view is too small. Ideally it occupies the entire width and height of the terminal...

bug

- [ ] TUI should be handling errors with `ErrMsg` - [ ] Other errors should be handled more elegantly and returned instead of just `log.Fatal`

enhancement

Currently entries all show in a single viewport, so you have to scroll to see previous entries. I want to add pagination so we can flip through entries instead of...

enhancement

_Movers, shakers, and producers Me and my friends understand the future I see the strings that control the system I can do anything with no resistance_ ![image](https://user-images.githubusercontent.com/84154781/131627738-d26b8004-7433-422c-b9af-173cbe44b9a1.png)

This PR includes **no functional changes**. I refrained from updating the 7 places where you call funcs that can return an error and don't check if they failed, but you...