Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngudbhav/lazyType
A Software to create aliases for commands, applications to type in cmd, terminal.
https://github.com/ngudbhav/lazyType
cmd desktop desktop-app desktop-application electron free javascript lazy open-source terminal utilities utility windows
Last synced: 2 months ago
JSON representation
A Software to create aliases for commands, applications to type in cmd, terminal.
- Host: GitHub
- URL: https://github.com/ngudbhav/lazyType
- Owner: ngudbhav
- License: mit
- Created: 2019-09-16T18:05:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T08:57:51.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T21:59:31.312Z (5 months ago)
- Topics: cmd, desktop, desktop-app, desktop-application, electron, free, javascript, lazy, open-source, terminal, utilities, utility, windows
- Language: JavaScript
- Homepage: https://www.producthunt.com/posts/lazytype-1
- Size: 2.76 MB
- Stars: 34
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- project-awesome - ngudbhav/lazyType - A Software to create aliases for commands, applications to type in cmd, terminal. (JavaScript)
README
[![Release](https://img.shields.io/badge/Release-1.0.1-green.svg)](https://github.com/ngudbhav/lazyType/releases)
[![Dependencies](https://img.shields.io/david/ngudbhav/lazyType.svg)](https://github.com/ngudbhav/lazyType/blob/master/package.json)
[![Downloads](https://img.shields.io/github/downloads/ngudbhav/lazyType/total.svg)](https://github.com/ngudbhav/lazyType/releases)
[![Last-Release](https://img.shields.io/github/release-date/ngudbhav/lazyType.svg)](https://github.com/ngudbhav/lazType/releases)
[![Platforms](https://img.shields.io/badge/platform-win-green.svg)](https://github.com/ngudbhav/lazyType/releases)# Lazy Type
A Software to create aliases for commands, applications to type in cmd, terminal. Just type the original command and type an alias for it. You can also assign a program for it. Browse through the directory to find the program or anything executable using the command line and you can create an alias for the same. Only Windows is supported for releases.
Download for Windows (x64) Download for Windows (x86)![IMG Page](static/images/ss1.png)
## Features
**Shortcut for Command/File**
Point a command either to an existing system command or to an executable file.
**Backup/Restore Utility**
Move all the commands to and fro a new/already configured system.
**Configuration Checkup Inbuilt**
Launch the utility from the app itself if there is a problem with the commands.
## Building/Testing
You need g++ in your path to build/test the code. The code uses MINGW++ compiler. Also, electron must be installed globally in the system.
```sh
npm install -g electron
git clone https://github.com/ngudbhav/lazyType.git
cd lazyType
npm install
g++ config.cpp -o ConfigUtility.exe resource.res
npm start
```## Installing The App
```sh
Setupx64.exe => Full Windows install for 64-bit Windows.
Setupx86.exe => Full Windows install for 32-bit Windows.
```## Contributing
Big Kudos to Hitesh Peswani for his incredible UI contributions.
We encourage you to contribute to Lazy Type!
We expect contributors to abide by our underlying [code of conduct](./CODE_OF_CONDUCT.md).
All conversations and discussions on GitHub (issues, pull requests)
must be respectful and harassment-free.## License
This project is licensed under the MIT License - see the LICENSE.md file for details.