Tim Gray
Tim Gray
Ugh. I'm going to be honest I have no idea. This is a very hacked together thing for me as I don't really know Obj-C, Xcode, etc. I did just...
Oh boy. I do not have an M1 Mac, and from my brief poking around, it sounds like it might be something to do with M1 Macs. Like [this](https://stackoverflow.com/questions/68212441/how-do-i-resolve-trace-bpt-trap-5-errors-in-xcode). If...
No argument error: see issue . Which is now fixed in [0.3.1](https://github.com/tgray/contacts/releases/tag/0.3.1).
Glad to hear. It might be something in the argument parser library or maybe just something with swift package manager. I don't do much heavy lifting with the argument library...
So I have this behavior loosely working as of now: ``` mkdir FROM_DIR/.config ln -s TO_DIR/.config/somefile FROM_DIR/.config/somefile ``` As of now, the tidy mechanism is probably partially broken. Directories that...
Lots of points to address: new name - dr is a bit short and makes me think of old school unix commands. I do agree 'dotfilemanager.py' is a bit of...
Makes more sense to me now. I'm game. How do you want to start working on this?
I'd love for this to happen too. Even if it's just support for the footnote syntax.
It'd be nice if you could at least toggle on the Ctrl-j and Ctrl-k bindings for down and up. That is, if you can override Ctrl-k for 'kill line'. I...