Improved version of cd Linux command with built-in ls and multithreading
- Add alias
- Use next options:
- -p [path...] (necessarily) - path to directory you need to get
- -n [path...] (optional)(can be added multiple times) - path to another directory you need to add to main
Example:
look -p /home/user -n /home/user/new_directory -n /home -n /home/user/another_directory
- Edit
~/.bashrc
(~/.zshrc
) file using text redactor:nvim ~/.bashrc
orsource ~/.zshrc
- Append your shell alias
- For example append:
alias lsa='ls -a'
- Save and close the file.
- Activate alias by typing:
source ~/.bashrc
orsource ~/.zshrc
- CMake - served to build the project
If you have suggestions, write:
- GMail: vladislav.kolyadenko@gmail.com
- Telegram: @vlad_is_real
- Instagram: @ncks_gwc
For the versions available, see the look.
- Vladislav Kolyadenko - Main developer - VladKk
- I only learn programming and the project may have a lot of bugs and mistakes, so don't judge strictly:)
- The program was developed and tested on Ubuntu and I don't know how it works on other systems