Skip to content

👽 A CLI which allows users to convert Morse Code to ASCII and ASCII to Morse Code directly from the Terminal. Built with Go Programming Language.

License

Notifications You must be signed in to change notification settings

saivittalb/mors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

                                    _ __ ___   ___  _ __ ___ 
                                   | '_ ` _ \ / _ \| '__/ __|
                                   | | | | | | (_) | |  \__ \
                                   |_| |_| |_|\___/|_|  |___/

mors

License: AGPL v3

A CLI which allows users to convert Morse Code translations to ASCII and ASCII to Morse Code directly from the Terminal. Built with Go Programming Language.

License

This project is licensed under the GNU Affero General Public License v3.0 which lets people do almost anything they want with, except to distribute closed source versions. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. Trademark use is also strictly prohibited. Any material found which vandalises or threatens any sort of plagiarism will be strictly given a legal action.

Copyright (c) 2018 Sai Vittal B. All rights reserved.

Installation

  • Install Go Programming Language here.
  • Enter this command in your Terminal Prompt,
     go get github.com/saivittalb/mors
    

Usage

 $ mors "HELLO"
 >  .... . .-.. .-.. ---

 $ mors ".... . .-.. .-.. ---"
 > HELLO

Contributing

  • Fork this project by clicking the Fork button on top right corner of this page.
  • Clone the repository by running following command in git:
     $ git clone https://github.com/[YOUR-USERNAME]/mors.git
    
  • Add all changes by running this command on the Terminal/Command prompt:
     $ git add .
    
  • Or to add specific files only, run this command:
     $ git add path/to/your/file
    
  • Commit changes by running this command.
     $ git commit -m "DESCRIBE YOUR CHANGES HERE"
    
  • Push your changes by running this command.
    $ git push origin
    
  • Create a Pull Request by clicking the New pull request button on your repository page.

Copyright (c) 2019 Sai Vittal B. All rights reserved.

Made with ❤ by Sai Vittal B

About

👽 A CLI which allows users to convert Morse Code to ASCII and ASCII to Morse Code directly from the Terminal. Built with Go Programming Language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages