https://github.com/copyleftdev/touch

very simple app that allow you to use the linux touch command in windows

https://github.com/copyleftdev/touch

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.5%) to scientific vocabulary

Keywords

golang utility windows
Last synced: 10 months ago · JSON representation

Repository

very simple app that allow you to use the linux touch command in windows

Basic Info
  • Host: GitHub
  • Owner: copyleftdev
  • Language: Go
  • Default Branch: main
  • Homepage:
  • Size: 1.95 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
golang utility windows
Created almost 3 years ago · Last pushed almost 3 years ago
Metadata Files
Readme

README.md

Of course! Here's a README for your implementation of the touch command for Windows using Go:


🖋 touch for Windows - Go Implementation

A simple implementation of the classic Unix touch command for Windows, written in Go. Easily create new files or update the modification time of existing ones right from the command line.

📌 Features

  • Create New Files: Instantly create a new file if it doesn't exist.
  • Update Modification Time: Refresh the modification time of an existing file to the current system time.

🚀 Getting Started

Prerequisites

  • Go (version 1.x or newer)

Installation

  1. Clone the repository:

bash git clone https://github.com/copyleftdev/touch.git cd touch

  1. Build the project:

bash go build -o touch.exe touch.go

This will generate the touch.exe executable.

Usage

To use the touch command:

bash ./touch.exe <filename>

Replace <filename> with your desired file name.

🤝 Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss the changes you'd like to make.

📜 License

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

Owner

  • Name: Donald Johnson
  • Login: copyleftdev
  • Kind: user
  • Location: Los Angeles

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 0
proxy.golang.org: github.com/copyleftdev/touch
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 8.0%
Average: 8.6%
Dependent repos count: 9.1%
Last synced: 11 months ago