Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
MarkZaytsev pushed 29 commits to main MarkZaytsev/yazi
- fix: respect `PREVIEW.image_quality` for the default PDF previewer (#2006) Co-authored-by: sxyazi <[email protected]> adb1426
- fix: introduce own `CWD` instead of `chdir` to avoid potential race conditions (#2008) 8ec944d
- fix: `backspace --under` didn't map UTF-8 character code points to byte indices (#2010) 6308873
- fix: avoid upscaling for the video previewer (#2007) Co-authored-by: sxyazi <[email protected]> de93e62
- chore: bump version to 0.4.0 (#2011) b8b3ab9
- fix: disable passthrough when the user launches Yazi in Neovim inside tmux (#2014) 62ac224
- refactor: replace `format!` with `concat!` for string literals (#2012) Co-authored-by: sxyazi <[email protected]> a743488
- fix: correctly handle CRLF on Windows in preset `archive` and `json` plugins (#2017) 7498b97
- fix: failed to parse certain image dimensions for Überzug++ backend (#2020) 0b340b6
- chore: bump version to 0.4.1 (#2022) 2275719
- fix: interactive `cd` autocomplete doesn't follow the latest `CWD` changes (#2025) 61cab0f
- feat: new option to suppress 0.4 deprecation warnings (#2027) ccf466d
- fix: offset cursor shift when deleting multiple files in bulk (#2030) a64e8a8
- chore: bump version to 0.4.2 (#2031) c78f39b
- fix: choose a more conservative `macro_workers` value to ensure concurrency safety with certain USB flash drives (#2040) 196a46c
- feat: support for Android platform in the `for` qualifier of opener (#2041) c1048de
- fix: set the current working directory in a thread-safe way (#2043) 6e1948e
- fix: `allow-passthrough` must be set to `on` to prevent `tmux` from forwarding the real terminal's response to the in... f4eef99
- fix: pass through `show_hidden` when building default `Files` (#2057) c96b1d3
- fix: use a less intrusive `DSR` instead of `DA1` workaround to forward terminal responses twice in tmux (#2058) 63ad289
- and 9 more ...
MarkZaytsev created a comment on an issue on zyedidia/micro
I've prepared a pull request with `CutLineAppend` to avoid ambiguity in behaviour of `CutLine`. Not sure if copy variations are needed since they work as expected.
MarkZaytsev created a comment on an issue on zyedidia/micro
I've prepared a pull request in attempt to fix the issue. Not sure about changing shortcuts thought.
MarkZaytsev opened a pull request on zyedidia/micro
actions: CutLineAppend added (#3477)
It was confusing for people that CutLine will occasionally accumulate cut lines if executed multiple times before the clipboard's content is pasted. Shortcut Ctrl-k is reserved for CutLineAppend, s...MarkZaytsev created a branch on MarkZaytsev/micro
cut-line-append-feature-refactoring - A modern and intuitive terminal-based text editor
MarkZaytsev pushed 185 commits to main MarkZaytsev/yazi
- feat: new `extract` builtin plugin for archive extracting (#1321) 23a56c2
- fix(nix): add `outputHashes` for `notify` git dependency (#1373) 4257b95
- feat(nix): set `VERGEN_*` build env vars (#1375) bb29e23
- refactor(nix): cleanup and switch to `nixfmt-rfc-style` (#1376) Co-authored-by: Isabel <[email protected]> c7b0025
- chore: bump version to 0.3 (#1374) 7a380c2
- fix: android building error caused by `trash` crate (#1393) 9d1fab8
- feat: add filtering tip in help component (#1361) Co-authored-by: sxyazi <[email protected]> 9b7821a
- feat: add `title_format` manager config option (#1281) Co-authored-by: sxyazi <[email protected]> 3533ac2
- chore: update issue templates 3fdbbfe
- chore: move common dependencies to workspace Cargo.toml (#1388) Co-authored-by: sxyazi <[email protected]> d2ebadb
- fix: precache for images with alpha (#1414) 516cd23
- fix: preview files containing special `\x1b` characters as plain text and escape (#1395) Co-authored-by: sxyazi <sxy... cc50f94
- feat: add support portrait orientation preview for EXIF image (#1412) Co-authored-by: sxyazi <[email protected]> cda7d3f
- chore: update snap to core24 (#1415) 52681b1
- ci: add automatic nightly builds to the Github Actions workflow (#1397) Co-authored-by: sxyazi <[email protected]> f865910
- feat: switch to kitty unicode placeholders for Ghostty image previewing (#1427) 5df6873
- feat: new `search_do` command to make it easier to achieve a flat view (#1431) 1e08e09
- fix: newly created directories with the same name causing a false positive in directory loading optimization due to h... a9d2d9c
- fix: resolve relative path when expanding path (#1428) Co-authored-by: sxyazi <[email protected]> 407ad26
- refactor(nix): home keeping (#1380) e02b030
- and 165 more ...