Greg Hurrell

Results 148 issues of Greg Hurrell

In Ranger, [you can get it to draw separators only between the columns](https://github.com/ranger/ranger/issues/1022). lf has the comparable `set drawbox` setting, but it draws borders around all edges, including the top...

enhancement

Follows the pattern established by Ranger's `draw_borders` setting: - `true` / `both`: draw an outline box around all panes, plus vertical separators between panes. - `outline`: draw only the outline...

I don't think I'll do this, but I at least wanted to mention it as a possibility. Variables that I currently set differently on my work vs personal machines: https://github.com/wincent/wincent/blob/e2d1b9d30d295e9c4f704d2c92022a0c6edf7a5d/aspects/dotfiles/index.ts#L57-L61...

Have been stolidly deferring this for years, but it's probably time. - https://github.com/nvim-treesitter/nvim-treesitter

Would have gone all the way from v14 to v18 in one step, but had to stop at v16 instead: - https://github.com/wincent/masochist/issues/179 This is blocked by: - https://github.com/wincent/masochist/issues/175 Because Amazon...

~Not sure when~ support for the `-Z` switch to `git-cat-file` was added in [Git v2.42.0](https://github.com/git/git/blob/11c821f2f2a31e70fb5cc449f9a29401c333aad2/Documentation/RelNotes/2.42.0.txt#L150-L152) ([released August 2023](https://github.com/git/git/releases/tag/v2.42.0)). In testing out [the new indexing mentioned in this comment](https://github.com/wincent/masochist/issues/218#issuecomment-2016513193) I see...

At the moment we support various kinds of redirects via frontmatter metadata. **"wikilink" style redirects that link to a named article:** ``` redirect: [[Abstract Syntax Tree]] ``` **Redirects to absolute...

enhancement

Whether or not I do this will depend on how far I go with: - https://github.com/wincent/masochist/issues/180 but I think we're relying a wee bit too heavily on Git as a...

enhancement
wish list

As [noted here](https://twitter.com/wincent/status/1765003862954397946), as of February 1st I'm now paying $7/month for two IP addresses. - [Amazon announcement](https://aws.amazon.com/blogs/aws/new-aws-public-ipv4-address-charge-public-ip-insights/) about charging for IPv4 addresses, starting in February 2024. - "A new...

wish list
p3

`git-jump` itself uses `git ls-files -u` and so if you have conflicts in "a/" but you've `cd`-ed into "b/" you won't see them. We might want to (optionally) override that...