Douglas
Douglas
That said, @tombh, I share your goal -- I'd like to be able to rely on more of a "pure-Git" approach to managing packages, using things like: * Tags, commits,...
Yes, if I can find the time and motivation to finish it up, there's just a bit more to do on `to svg` (IIRC) to get it to the point...
Merge after 0.104 release.
> Did we mean to only remove one of them? Yes, the other appears to be an example of how to do direnv type functionality in pure Nushell (without direnv)....
Yes, sorry - I just (a) ended up quite busy for a while, and (b) don't visit `nu_scripts` as much as I should
I asked the same question in Discord last month - [permalink](https://discord.com/channels/601130461678272522/855947301380947968/1280848436681379881). Copying in response here: > Piepmatz said: That would be cool, but I don't see it for now as...
I think that's a great idea - I've moved this over to our Doc repo where the PR will need to be as well. I also think that you have...
|index|Short|Long|Description| |-|-|-|-| |1|$0 |$PROGRAM_NAME |Pathname of the current script| |2|$$ |$PID |The pid of the process running the current script| |3|$^T |$BASETIME |Timestamp when the current process started| |4|$< |$UID...
> but i'll need to work out the process Really, really short version (the stuff I had to figure out my first time): * Fork this repo and clone it...
> Does this imply the user is using Nushell as their default login shell, and then invoking custom commands in a kind of "personal DSL shell" environment? Perhaps not as...