app-shells/direnv::guru
- Ebuilds: 3, Testing: 2.37.1, Snapshot: 9999 Description:
direnv is an extension for your shell. It augments existing shells with
a new feature that can load and unload environment variables depending
on the current directory.
Homepage:https://github.com/direnv/direnv License: MIT
app-shells/elvish::guru
- Ebuilds: 3, Testing: 0.21.0 Description: Expressive programming language and a versatile interactive shell
Homepage:https://elv.sh/ License: BSD-2 BSD EPL-1.0 CC-BY-SA-4.0
app-shells/fre::guru
- Ebuilds: 1, Testing: 0.4.1 Description: fre is a CLI tool for tracking your most-used directories and files.
Though inspired by tools like autojump or the z plugin for zsh, it takes a slightly different
approach to tracking and providing usage data. The primary difference is fre does not support
jumping. Instead, it just keeps track of and provides sorting methods for directories, which can
then be filtered by another application like fzf, which does a much better job of filtering than
something I can write. Additionally, it uses an algorithm in which the weights of each directory
decay exponentially, so more recently used directories are ranked more highly in a smooth
manner.
Homepage:https://github.com/camdencheek/fre License: Apache-2.0 Apache-2.0-with-LLVM-exceptions Boost-1.0 MIT Unicode-DFS-2016 Unlicense
app-shells/silver::guru
- Ebuilds: 1, Testing: 2.0.0 Description:
A cross-shell customizable powerline-like prompt heavily inspired by Agnoster.
The faster rust port of bronze.
Homepage:https://github.com/reujab/silver License: MIT BSD-2 CC0-1.0 MIT ZLIB
app-shells/zsh-async::guru
- Ebuilds: 2, Testing: 1.8.6 Description:
With zsh-async you can run multiple asynchronous jobs, enforce
unique jobs (multiple instances of the same job will not run),
flush all currently running jobs and create multiple workers (each
with their own jobs). For each worker you can register a
callback-function through which you will be notified about the job
results (job name, return code, output and execution time).
Homepage:https://github.com/mafredri/zsh-async License: MIT