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

[pull] master from jarun:master #1

Open
wants to merge 326 commits into
base: master
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 6, 2023

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added ⤵️ pull merge-conflict Resolve conflicts manually labels Jan 6, 2023
@jarun jarun force-pushed the master branch 6 times, most recently from c961ced to 3382710 Compare January 29, 2023 18:45
jarun and others added 22 commits March 29, 2023 22:09
Found via `codespell -L noice,nd,fils,numer,caf,iterm`
Prepare for release v4.8 Spritz!
Support wezterm split size percentage in preview-tui
This commit makes the script more resistant to naughty filenames.
The script now depends on bash for the following features:
- Arrays
Correctly creating and passing argument lists is now simple
- Parameter transformation
`${parameter@Q}` makes it easy to correctly quote a string so that it
can be safely re-evaluated by the interpreter later.

On iTerm, the shell command used to render the preview is now passed to
osascript via a named pipe: `$FIFO_OSASCRIPT`. By not embedding the
shell command directly, we now no longer need to worry about osascript's
quoting rules. It's not perfect, because $SHELL and $TMPDIR might
contain naughty characters, but it's quite unlikely to happen.
feat(preview-tui): handle quoting in `start_preview` more robustly
since 2fc9d51, the hash-table generator inherits environmental
CFLAGS and so we shouldn't disallow setting -DNDEBUG.

fixes: #1632
icons-hash: replace assert with handmade version
- Clear filter only when a plugin is selected manually.
  Plugin dir should be unfiltered when opened.
- Plugins invoked by keys don't require clearing filter
  of original context. If a new context is opened using
  the plugin, it will be unfiltered by default. If the
  same context is re-used (when all the contexts are in
  use) the filter should be cleared so the the new path
  is opened unfiltered.
This is an upstream breaking change.
Update your font to the latest version if you see missing icons.
Update nerd-font icons to v3
This commit makes the following changes to quitcd.bash_zsh:
- POSIX compliance and an according rename of the script
- Enforces consistent if-then statements and indentation
- Minor comment fixes

Signed-off-by: J. Brock <[email protected]>
quitcd.bash_zsh: make POSIX compliant; minor fixes and style changes
Fixed syntax-error that prevented .iconlookup from executing.
Co-authored-by: luukvbaal <[email protected]>
jarun and others added 30 commits January 6, 2025 18:50
ci: add cppcheck for static analysis
Nushell 0.10.1 introduces [stricter command signature parsing](https://www.nushell.sh/blog/2024-12-24-nushell_0_101_0.html#stricter-command-signature-parsing-toc), causing error upon importing this module.
fix(quitcd.nu): specify signature in/out of command
libreadline doesn't seem to be preinstalled on the new ubuntu
image.

Closes: #1986
Allow lowdown to use complete terminal width
Allow lowdown to use complete terminal width
Use jq to preview json if installed
fix: enable flags for NNN_PREVIEWIMGPROG
- Document sort order in the man page
- Fix typo in zsh completion
- Explain sort order options in fish completions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⤵️ pull merge-conflict Resolve conflicts manually
Projects
None yet
Development

Successfully merging this pull request may close these issues.