You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Initialize `cmd-stack` with the list of 3 commands.# After executing it will suggest you to add two shortcuts. Execute the suggestion.> ['print "this"''print "that"'"# check ls\nls"] |cmd-stackinit# Scroll through the commands using `ctrl + alt + j/k`
# Here we fill `cmd-stack` with the commands from `demo.nu`.# We divide commands here by empty lines>opendemo.nu|split row"\n\n"|skip|cmd-stackinit
# Here we put previous session commands into `cmd-stack`>letprev_session_id=history-l|last100|getsession_id|uniq|last2|first>history-l|wheresession_id==$prev_session_id|getcommand|cmd-stackinit
About
scroll through the list of Nushell commands using `ctrl+alt+j/k` shortcuts