Skip to content

An ls clone made in rust with minimal features

License

Notifications You must be signed in to change notification settings

mohamedarish/sw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sw

An ls clone made in rust with minimal features

image showing the usage of sw command and ls command

Requirements

  • A NerdFont for displaying the icons (   &  )

If you can see these in your browser, then your browser uses a nerdfont as default font

Build Steps

To install this project and use it on your machine do as follows

  • Clone this repo onto your machine
git clone https://www.github.com/mohamedarish/sw.git
  • Install this repo using cargo
    • make sure you have rust installed
cargo instal --path ./sw
  • Add cargo binaries to your path

    • for bash
    echo "export PATH='$HOME/.cargo/bin:$PATH'" >> ~/.bashrc
    • for zsh
    echo "path+=$HOME/.cargo/bin" >> ~/.zshrc

Contributing

If you want to contribute to sw, you can find more info in CONTRIBUTING.md

About

An ls clone made in rust with minimal features

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published