pr0fsmith
pr0fsmith
I'm very close to finishing a bash script to accomplish this. I'm editing a script that I found on reddit. Apr 24, 2024 12:01:59 p.m. Caelzero ***@***.***>: > > +1...
Done Apr 24, 2024 2:30:27 p.m. Nathaniel van Diepen ***@***.***>: > > @pr0fsmith[https://github.com/pr0fsmith] you may want to edit your first post to wrap the code with ``` so that it's...
Here's my finished code: ``` #!/bin/bash # getPDFHighlights.sh # fetches Remarkable PDF text highlights, stores all data in the directory it is called from. # 2022-09-18, NickK: some clean ups...
Updated the script again. 1. User is prompted to enter user name and ip address 2. User can now select a single file to have highlights extracted from 3. User...
> Pretty cool script, but if it's ran remotely (from a computer), should this really be within rm-hacks? If yes, how do you see this being implemented, some button that...
That would be incredible although I think it would be difficult. The only way I see that happening is if we can convert the highlights into typed text in the...
> Hello! Im actually trying to run your script but apparently no .highlights file in my device are found. Is this available for >3 versions? Double check that the path...
> > I would recommend using `find . -maxdepth 1 -name '*.highlights' -type d` instead of `ls -1d *.highlights`. This will not fail if there are no highlights folders. >...
It may only work on version 3.9 and below. I'm running 3.9 right now. Jun 23, 2024 3:19:06 a.m. Wajsar Josef ***@***.***>: > > I've tried the script and it...
I hear you. You're making sense Apr 6, 2024 2:17:38 p.m. John Simpson ***@***.***>: > > You can do this using a computer. > > And there are MUCH better...