summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Collapse)Author
7 daysfixed bug on scrollTo()HEADmasterScrotadamus
- fixed bug on scrollTo() - refactored b.currentDoc().getCurrentPage() into b.currentPage()
7 daysFeature -- minimal pdf browserScrotadamus
added minimal pdf browser, still experimental (like everything here lol!) Changes to be committed: new file: cmd/browse.go modified: document/document.go modified: go-poppler/page.go
7 daysdisable poppler warnings by defaultScrotadamus
user can enable poppler warnings by doing using the `--warnigs` flag Changes to be committed: modified: root.go modified: ../go-poppler/utils.go
7 daysrenamed lsArgs to ArgsOrCWDScrotadamus
7 daysbug fix, doc.HasHighlights only if file is pdfScrotadamus
- renamed checkFile to HasHighlights - HasHighlights will use ghligh/document to open and then check for highlights only if the file specified has pdf magic header. This fixes bug where goroutines block because of hang on of document.GhlighDoc (may be caused by poppler low level implementation) Changes to be committed: modified: ls.go
2025-02-16genesiF.O.