We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i anticipate again a bit on the currently opened and draft PRs 😉
i will very likely open one PR per bullet point below 👍
i have a few plan, already WIPs or for the future, for the nushell config:
nushell
config.nu
e.g. with
fetch https://raw.githubusercontent.com/nushell/nushell/main/crates/nu-utils/src/sample_config/default_config.nu | save ($nu.config-path | path dirname | path join "default_config.nu")
and then only replace custom fields with
use default_config.nu * let custom_config = { ... } let-env config = ($env.config | merge $custom_config)
in config.nu, a.k.a. $nu.config-path
$nu.config-path
- event: [ - { - edit: insertString - value: "dotfiles edit" - } - { send: Enter } - ] + event: { + send: executehostcommand + cmd: "dotfiles edit" + }
sys
gpg
0.72.0
lib/applications/
lib/scripts/
$env.config.rm.always_trash
trash
tomb
tomb manage
lib.misc.clip
nushell.lib.misc.clip
ls | grid
ls
vivid
LS_COLORS
LS_THEME
DOWNLOADS_DIR
not (... | path exists)
(do -i {ls ... } | complete | get error_code) != 0
... | path exists
source
The text was updated successfully, but these errors were encountered:
all of the above have been either addressed or moved to https://github.com/goatfiles/nu_scripts
Sorry, something went wrong.
amtoine
No branches or pull requests
i anticipate again a bit on the currently opened and draft PRs 😉
NOTES
i will very likely open one PR per bullet point below 👍
the plan
i have a few plan, already WIPs or for the future, for the
nushell
config:config.nu
nushell
with custom values #57e.g. with
and then only replace custom fields with
in
config.nu
, a.k.a.$nu.config-path
nushell
#47sys
tem module tonushell
#46gpg
module to make it more structuredgpg
module tonushell
#480.72.0
nushell
to version 0.72.0 #50lib/applications/
instead oflib/scripts/
🤔nushell
scripts tolib/applications/
#45nushell
#49$env.config.rm.always_trash
optiontrash
module goatfiles/nu_scripts#2tomb
module, mainlytomb manage
, to easily interact withtomb
s 💀tomb
module goatfiles/nu_scripts#3lib.misc.clip
nushell.lib.misc.clip
#51ls | grid
to the aliases for a shorterls
command and run this when changing directoryls | grid
as alias and hook tonushell
#52vivid
command to set theLS_COLORS
and change the theme withLS_THEME
vivid
to set the colors ofls
innushell
. #54DOWNLOADS_DIR
to the environmentnushell
. #53not (... | path exists)
instead of(do -i {ls ... } | complete | get error_code) != 0
... | path exists
innushell
to test files and directories. #55source
ing them at the beginningnushell
config #56nushell
#58The text was updated successfully, but these errors were encountered: