Skip to content

danipurwadi/alias-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

This project is just a weekend project to try out programming in c. It is not meant for production use and is not even well structured/engineered. The way to use this project is to just clone and modify bits and pieces depending what you need.

Setup guide

  1. Clone the project to local environment
$ git clone git@github.com:danipurwadi/alias-assistant.git
  1. Build the main.c file to an executable
$ gcc main.c -o main
  1. You are ready to run it!
$ main -h
  1. For easy use, add it to your own bashrc/zshrc file (you can use the compiled program to use this also)
$ main -a aa "<insert_path>/main"

Next time you can easily call the program by using the alias aa

$ aa -h

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages