1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-31 14:17:45 +00:00
Commit graph

6 commits

Author SHA1 Message Date
Darren Schroeder
32cdc96414
replace filter with where (#1135)
This PR tries to clean up the use of `filter` by replacing it with
`where`. I did not test each script.

closes #1134
closes #1133
2025-06-12 06:42:16 -05:00
Stefan Holderbach
ba13f5ca60
Fix input-output signatures (#999)
Since 0.101.0 we will finally catch more illegal `def` signatures. As
the grammar for input/output types is rather restricted, this would
error otherwise
2024-12-22 07:58:11 -06:00
Ian Manske
dee0e7efcd
Fix typos (#982) 2024-11-21 23:51:05 -05:00
shelton louis
fa12d3e905
Fix errors with yadm command file. (#976)
This is to fix mistakes that are in the yadm module. 
This is necessary for my users. I didn't change any of the files here at
all.
2024-10-18 21:42:31 -05:00
shelton louis
04c70789ea
Rewrite the yadm module. (#975)
I'm here to fix the mistake that I made with the Yadm module.

I removed completions in favor of just scripts. 
I also added a way to install yadm as well.
2024-10-17 16:02:10 -05:00
shelton louis
5ffdfca7e7
feat: add yadm completions to the repo (#960)
This is a request to add yadm completions to the repo.
These resemble the ones that are written for. The git one in your repo.
Yadm is a dotfiles manager that leverages `git` but uses your home
directory by default.

To see the tool go to <https://yadm.io/docs/overview>
2024-09-25 14:58:33 -05:00