Skip to content
/ look Public

Improved version of cd Linux command with built-in ls and multithreading

Notifications You must be signed in to change notification settings

VladKk/look

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

look

Improved version of cd Linux command with built-in ls and multithreading

How To Use

  1. Add alias
  2. 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

How to add alias

  1. Edit ~/.bashrc (~/.zshrc) file using text redactor: nvim ~/.bashrc or source ~/.zshrc
  2. Append your shell alias
  3. For example append: alias lsa='ls -a'
  4. Save and close the file.
  5. Activate alias by typing: source ~/.bashrc or source ~/.zshrc

Built With

  • CMake - served to build the project

Contributing

If you have suggestions, write:

Versioning

For the versions available, see the look.

Authors

  • Vladislav Kolyadenko - Main developer - VladKk

Acknowledgments

  • 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

About

Improved version of cd Linux command with built-in ls and multithreading

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published