1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-30 13:47:46 +00:00
nu_scripts/modules/yadm
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
..
mod.nu replace filter with where (#1135) 2025-06-12 06:42:16 -05:00
README.md Rewrite the yadm module. (#975) 2024-10-17 16:02:10 -05:00

Yadm

Yadm is a dot files manager that is written in Bash. The code in this module reflects this fact. The functions in this file are typed wrappers around yadm.

Usage

To use this module make sure you have installed yadm.

Installing with basher.

basher install TheLocehiliosan/yadm

Installing yadm with curl in Nu Shell session.

curl -fLo /usr/local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm ; chmod a+x /usr/local/bin/yadm

Then copy this folder to the folder where you place your nu scripts Which is usually in $"($nu.default-config-dir)"/modules.

Then reference the folder by using the modules/yadm.nu.

 export module yadm

Contributing

This module doesn't represent all of git's functionality. Which means it doesn't allow you to do everything git can. if there is something missing please submit a PR to this repo. If you can help please checkout git completions for a reference.