Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olayzen/touch-psm1
https://github.com/olayzen/touch-psm1
linux macos osx touch windows10
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/olayzen/touch-psm1
- Owner: OlaYZen
- Created: 2022-12-07T08:56:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T12:34:02.000Z (about 2 years ago)
- Last Synced: 2024-07-26T18:52:50.609Z (6 months ago)
- Topics: linux, macos, osx, touch, windows10
- Language: PowerShell
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is Touch
Touch is an easy way to create files using Powershell, its originally from linux, unix, freebsd and osx.#### example
```
Touch Demo.txt
```
That creates an empty file in your current location called Demo.txt. Match that up with [Nano](https://scoop.sh/#/apps?q=nano&s=0&d=1&o=true) or [Vim](https://www.vim.org/download.php) for powershell and you have the ultimate tool.## Why not just "$null > Demo.txt"
Well if you are researching Touch for Powershell, you are probably already familiar with Linux or similar products, and don't want to adapt to windows's bullshit. use this to boost the PowerShell Experience## Installation
1. Download the Touch file by [Clicking Me](https://github.com/OlaYZen/Touch-Psm1/archive/refs/heads/master.zip)
2. Open Explorer and locate your Documents folder.
3. Paste the Touch folder inside of WindowsPowerShell > Modules#### example
```
C:\Users\username\Documents\WindowsPowerShell\Modules\Touch
```4. Done, you may now restart powershell
## (Optional, for Powershell 7)
if you are a Powershell 7.0 User, do Both1. Open Explorer and locate your Docuemtns folder.
2. Paste the Touch folder insode of PowerShell > Modules#### example
```
C:\Users\username\Documents\PowerShell\Modules\Touch
```3. Done, you may now restart powershell 7
## Why don't you make a powershell script to do this automaticlly?
im lazy, do it yourself