Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add yadm completions to the repo #960

Merged
merged 7 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 0 additions & 96 deletions custom-completions/auto-generate/completions/yadm.nu

This file was deleted.

25 changes: 25 additions & 0 deletions modules/yadm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Yadm

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

## Usage

To use this module make sure you have installed yadm.

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

Then reference the folder by doing in the scripts/mod.nu file.

```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.
Loading