Arijit Dey

Results 18 issues of Arijit Dey

This line in [Announcing Rust 1.47.0](https://blog.rust-lang.org/2020/10/08/Rust-1.47.html) causes the width of the page to increase and breaks the uniformity of the website **This issue only occurs in mobile devices** ``` checked_add,checked_sub,checked_mul,checked_neg,...

This set of changes will allow minus to define key, mouse and resize events to be declared natively through minus's APIs and not requiring end applications to interact with the...

A-input
I-api
X-api-add

This PR introduces horizontal scrolling into minus. ## Roadmap - [x] Introduce new public function to control line wrapping in `Pager` struct and `Event` variant related to it - [x]...

E-feature
S: horizontal

Currently, fleet uses `zld `on MacOS and `lld` on Linux and Windows. A better alternative on Linux would be `mold` as it is even faster than `lld`. Please refer to...

fixing

I saw the README of `procs` and found that pager support on Windows is experimental and I can guess the reason is no good pager is available there that. The...

Currently Minus doesn't have any concept of lines. It only cares about the entire data being formatted according to the available number of columns (line number and highlighted search matches...

Some actions inside minus need to performed on certain events regardless of the situation in which that event occured. For example, doing cleanup needs to be done anytime the user...

A: Hooks

Till this date, minus doesn't allow users to select or copy text which really limited it's use case. This issue aims to implement a text selection feature using the mouse.

A: Selection

I don't know what bat currently uses for paging (looks like `less` maybe) but it proposes two main problems. First is cross-compatiblity, bat cannot be packaged for Windows and requires...

feature-request
pager-related

There should be an option to darken inactive windows and windows of plugins like toggleterm, nvim-tree etc. This iwould be similar to [material.nvim](https://github.com/marko-cerovac/material.nvim) theme which is quite popular.