mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-22 19:31:57 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
23 lines
389 B
Nu
23 lines
389 B
Nu
# Display version and exit
|
|
extern "ansible-vault" [
|
|
|
|
...args
|
|
]
|
|
|
|
# Decrypt encrypted file or stdin
|
|
extern "ansible-vault decrypt" [
|
|
|
|
...args
|
|
]
|
|
|
|
# Encrypt a file or stdin
|
|
extern "ansible-vault encrypt" [
|
|
--prompt(-p) # Prompt for the string to encrypt
|
|
...args
|
|
]
|
|
|
|
# Encrypt string
|
|
extern "ansible-vault encrypt_string" [
|
|
--prompt(-p) # Prompt for the string to encrypt
|
|
...args
|
|
] |