resh icon indicating copy to clipboard operation
resh copied to clipboard

RESH ❯❯ Contextual shell history for zsh and bash

Results 88 resh issues
Sort by recently updated
recently updated
newest added

## Motivation When we are going to have synchronized history between multiple devices we might want to expand aliases to increase the portability of the history. ## How to Parsing...

There could be more metadata in the history: - pipestatus (status codes of commands of a pipe) -> could be useful as an addition to regular exit code - git...

bad idea

When searching, multiple similar history records appear and it can be hard to pick the right one. We are already giving more priority to successful commands (zero exit code) which...

bad idea

temporary solution: use nohup instead future solution: compile and bundle setsid with resh

Contents: 1) Shell history, contextual or not, does contain useful information. It's useful for both the user and the bad actors. -> Keeping history at all is a trade-off between...

This should make it possible to reinstall the latest version even when it's already installed. ~~Plus we could expose the `--test` option that downloads the latest release including pre-releases.~~ ✅

bash and zsh history is loaded if resh was only installed recently it is assumed that these files are in the standard location

enhancement

## Description 1) pressing `arrow_up` 3 times -> normal behaviour 2) pressing it Nth time -> very similar behavior but 10 history entries are shown - pressing `enter`, `arrow_right`, `arrow_left`,...

enhancement
later

E.g.: ``` ~ ❯ resh-cli Error: you need to specify sessionId Error: you need to specify PWD ``` `resh-cli` is internal and should not be run by users - this...

the idea is that you get a lightweight version of resh bundled with you that enables you to proxy history to your original machine. This should record history from servers...

enhancement