This terminal command will save you HOURS 👩‍💻 #developer #software #programming #tech #software

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

How are you navigating your computer? 🤔

warpdotdev
Автор

The best tool for that is NNN, you can navigate you directory with vil key binding, copy/move/rename/delete all your file with a few keystrokes it’s a 10x

pierreollivier
Автор

What is newb's macbook pro m3? For learning code / video edit / VM/ ? Thanks

bacult
Автор

Are there any plans to integrate warp into IDEs?

adrian_franczak
Автор

yeah this is next level terminal experience
function fe {
fleet $(find . \( \
-name ".git" -o \
...
-name ".vscode-insiders" \
\) -prune -false -o -print | fzf)
}

adrian_franczak
Автор

Or hear me out. You can use a desktop environment that allows you to right click and Open your terminal in the folder that you want. windows even allows you to do that in WSL..

skeleton_craftGaming