emacs-libvterm
zoxide
emacs-libvterm | zoxide | |
---|---|---|
38 | 103 | |
1,720 | 23,107 | |
- | - | |
4.9 | 8.3 | |
17 days ago | 20 days ago | |
Emacs Lisp | Rust | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
emacs-libvterm
-
Linux: We Need Tiling Desktop Environments
> 3. Terminals
Since you use Emacs, why not use Eat or vterm?
https://codeberg.org/akib/emacs-eat
https://github.com/akermu/emacs-libvterm
> 4. File Manager (gui)
Why not Dired?
- Increasing productivity by better managing multiple terminals in Emacs
-
Modern Python REPL in Emacs using VTerm
From my jolly Julia days I’m used to julia-vterm. This emacs package runs a Julia REPL using a full terminal emulator (emacs-libvterm). So in the pursuit of a nice hack, I M-x replace-string’d the word juliawith python and gave it a shot. Remarkably, the whole thing just worked without much tweaking and you can enjoy the result by checking out the GitHub repo.
-
bash scripts i use daily currently (for non-emacs terminal)
Also, look into vterm_prompt_end to get this updated vterm-buffer-local anytime your prompt emits the cwd. https://github.com/akermu/emacs-libvterm
-
Emacs couldn't render terminal characters
Emacs or term? If the latter, I'd recommend using vterm if it is a possibility for you - https://github.com/akermu/emacs-libvterm
-
BASH, ZSH, FISH. How about Eshell?
They are actually working on even better Emacs integration. Granted, vterm is an external library, so there will always be a layer between the editor and the terminal.
-
libvterm directory tracking not working?
I've followed the steps shown in the README: sh vterm_printf() { if [ -n "$TMUX" ] && ([ "${TERM%%-*}" = "tmux" ] || [ "${TERM%%-*}" = "screen" ]); then # Tell tmux to pass the escape sequences through printf "\ePtmux;\e\e]%s\007\e\\" "$1" elif [ "${TERM%%-*}" = "screen" ]; then # GNU screen (screen, screen-256color, screen-256color-bce) printf "\eP\e]%s\007\e\\" "$1" else printf "\e]%s\e\\" "$1" fi } vterm_prompt_end() { vterm_printf "51;A$(whoami)@$(hostname):$(pwd)" } setopt PROMPT_SUBST PROMPT=$PROMPT'%{$(vterm_prompt_end)%}' but it is simply not working.
-
Help wanted: Zsh completion like Vertico+Orderless
[1]https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fzf [2]https://github.com/romkatv/powerlevel10k [3]https://starship.rs/ [4]https://github.com/tmux/tmux [5]https://github.com/ahendriksen/ob-tmux [6]https://github.com/akermu/emacs-libvterm [7]https://github.com/tmux-plugins/tpm
- Emacs 29 is nigh What can we expect?
-
two weeks with emacs as a vimmer
Have checked out https://github.com/akermu/emacs-libvterm? It has everything you need to know. Since you are a developer I expect it will be easy for you. Thanks for sharing your experience:)
zoxide
-
If You are a Terminal User, You MUST try this tool!
You can find all installations options in official GitHub repository.
-
Ask HN: Which folder/directory do you store code in?
One more tip:
https://github.com/ajeetdsouza/zoxide is amazing for returning to recent project folders from the CLI.
(Then I have a CLI command to open an explorer window. Directory Opus, actually)
-
Zoxide - A faster alternative to boring cd command
Zoxide offical GitHub repo - https://github.com/ajeetdsouza/zoxide
- Say good bye to cd and hello Zoxide - the better and smarter cd command
-
You might want to replace cd command with Zoxide 🎉 — a smarter and trainable cd alternative 🗂️
Head over to ajeetdsouza/zoxide and install it now! It's innovative, free, and flexible!
- A smarter CD command. Supports all major shells
-
Z – Jump Around
I use this Rust clone which works great, no complaints: https://github.com/ajeetdsouza/zoxide
Although, I don't know what the difference is, other than the language of choice.
-
Cdpath: Easily Navigate Directories in the Terminal
I use https://github.com/ajeetdsouza/zoxide, which is inspired by z and autojump.
-
Ask HN: Share a shell script you like
Zoxide is basically the 'Rust Rewrite' version of the 'Z' tool and is actively maintained, I haven't had any issues with it: https://github.com/ajeetdsouza/zoxide
-
env::set_current_dir() -- is either not functioning as intended or I'm just messing something up
Indeed, utilities like zoxide which operate primarily as a cd replacement don't attempt to change directories via rust code - they create a shell alias that ultimately invokes a shell builtin to do it.
What are some alternatives?
vterm-toggle - toggles between the vterm buffer and whatever buffer you are editing.
autojump - A cd command that learns - easily navigate directories from the command line
multi-vterm - Managing multiple vterm buffers in Emacs
z - z - jump around
exwm - Emacs X Window Manager
zsh-z - Jump quickly to directories that you have visited "frecently." A native Zsh port of z.sh with added features.
beacon - A light that follows your cursor around so you don't lose it!
fasd - Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v.
ace-window - Quickly switch windows in Emacs
z.lua - :zap: A new cd command that helps you navigate faster by learning your habits.
shx-for-emacs - An Emacs shell-mode (and comint-mode) extension that enables displaying small plots and graphics and lets users write shell commands in Emacs Lisp.
fzf - :cherry_blossom: A command-line fuzzy finder