Tips on Zoxide

Posted on May 08, 2025 in Computer Science • Tagged with Computer Science, programming, shell, zoxide

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

fzf + find + cd is a better solution than zoxide.

zoxide is a smarter cd command for your terminal.


Manage Your Python Project Using Poetry

Posted on Mar 02, 2019 in Computer Science • Tagged with programming, Python, poetry, build tool, dependency management

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

uv (implemented in Rust) is the new cool kid now and is prefer to poetry.

Tips and Traps

  1. Python Poetry is current the best project management tool …


Continue reading

Managing Virtual Environments in Poetry

Posted on Dec 25, 2019 in Computer Science • Tagged with programming, Python, Poetry, virtual environment, shell

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

uv (implemented in Rust) is the new cool kid now and is prefer to poetry.

Where to Create Virtual Environments

By default, Poetry create virtual environment in …


Continue reading

Disable the Checkers Layer in SpaceVim

Posted on Oct 20, 2019 in Software • Tagged with Software, SpaceVim, Vim, checkers, layer, LSP, language server protocol

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

The SpaceVim project has been abandoned. Check AstroVim instead.

You can use the following command in SpaceVim to disable the checkers layer temporarily.

let g:spacevim_lint_on_save = 0 …

Continue reading

SpaceVim - A Modern Vim/NeoVim Configuration

Posted on Mar 03, 2019 in Software • Tagged with software, SpaceVim, Vim, NeoVim, configuration, tips

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

The SpaceVim project has been abandoned. Check AstroVim instead.

Installation

curl -sLf https://spacevim.org/install.sh | bash
# enable Python3 support
wajig install python3 python3-pip
pip3 install …

Continue reading

Tips on Shell Commands

Posted on Oct 23, 2013 in OS • Tagged with tips, Linux, shell, terminal

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

Fish Shell is preferred to Bash/Zsh. The following content is for Bash/Zsh only.

explainshell.com

  1. command-not-found - Suggest installation of packages in interactive bash sessions

  2. nohup …


Continue reading