Wolf Mermelstein

Results 6 comments of Wolf Mermelstein

@ryanmccool this seems to do the trick, ```bash FILENAME=$(ssh_cmd "basename \$(ls -t /home/root/.local/share/remarkable/xochitl | head -n 1) | cut -d '.' -f 1") METADATA=$(ssh_cmd "cat /home/root/.local/share/remarkable/xochitl/$FILENAME.metadata") echo "$FILENAME" echo "$METADATA"...

@cloudsftp is this still something you'd be open to a PR for? I'm not entirely sure what data people would want out of it, but the uuid and page makes...

> @404Wolf This is pretty cool, nice work. > > I think the most relevant data for users is `visibleName`. Perhaps use it for the output file name if no...

You can get the full path too, like /foo/bar/buzz, but that requires recursion, which is usually where I stop using bash (but could be done)

Also I've managed to get a [better color curve](https://github.com/404Wolf/remarkable-obsidian/blob/main/src/rePostProcess/rePostProcess.py), which is currently part of a longer python script, but I can get to bashifying it. The main issue with the...

> Originally, I just wanted to prepare the argument handling - but I ended up implementing the feature. > > #21 It's not perfect yet, but what do you think?...