Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.

Buy Me A Coffee

## License

This project is licensed under the MIT License - see the LICENSE.md file for details.