npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

utility-help

v1.0.12

Published

A command-line utility script navigation tool for browsing and executing utility scripts.

Downloads

2

Readme

uthelp

uthelp is a command-line utility script navigation tool designed to simplify the process of browsing and executing utility scripts. This tool provides an intuitive, menu-driven interface that allows users to navigate through directories, view script descriptions, and execute scripts with ease.

Features

  • Menu-Driven Interface: Navigate through your utility scripts using a simple, cursor-based menu.
  • Script Descriptions: View descriptions of scripts to understand their functionality before executing them.
  • Supports Shell and JavaScript Scripts: Execute .sh and .js scripts directly from the menu.
  • Breadcrumb Navigation: Easily keep track of your current location within the directory structure.
  • Exit Confirmation: Prevent accidental exits with a confirmation prompt, or use Control + C to exit immediately.

Installation

Install the tool globally using npm:

npm install -g utility-help

Usage

Configuring Your Directory

  1. Create a directory named uthelp in your current working directory.
  2. Place your utility scripts (e.g., .sh and .js files) inside the uthelp directory.

Your directory structure should look like this:

your-project/
├── uthelp/
│   ├── script1.sh
│   ├── script2.js
│   └── DeployServer
│       ├── readme.md
│       └── deployProduction.sh

Running the Tool

Navigate to the root directory of your project and run the tool:

uthelp

You will be presented with a navigable menu of your utility scripts. Use the arrow keys to navigate, Enter to select and execute a script, and Backspace to go back. Press ESC to exit the program with a confirmation prompt, or Control + C to exit immediately.

Displaying the Version

To display the current version of the tool, use the -v or --version option:

uthelp -v

Example

Once you have your uthelp directory set up with scripts, running uthelp will show a menu like this:

Utilities

👉 1. 📦 Example Folder (example-folder)
   2. 🔧 Example Script (example-script.sh)
   3. 🔧 Another Script (another-script.js)

Description:
  Example Script

Detailed Menu Navigation

  • Arrow Keys: Navigate through the menu items.
  • Enter: Select and execute the highlighted script or navigate into a directory.
  • Backspace: Go back to the previous menu.
  • ESC: Exit the program with a confirmation prompt.
  • Control + C: Exit the program immediately without a confirmation prompt.

Contributing

If you would like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Make your changes.
  4. Submit a pull request with a description of your changes.

License

This project is licensed under the ISC License. See the LICENSE file for more details.

Source Code

The source code for this project can be found at the following GitHub repository:

https://github.com/maetee/uthelp

Notes

  • Ensure that the uthelp directory is created in the root of your project or the directory from which you run the uthelp command.
  • Each script in the uthelp directory should have a descriptive comment at the top to provide information when selected in the menu. For example:
#!/bin/bash
# This is a sample script that does something useful
echo "Hello, world!"

uthelp ฉบับภาษาไทย

uthelp เป็นเครื่องมือสำหรับการนำทางและเรียกใช้สคริปต์จากบรรทัดคำสั่ง ซึ่งออกแบบมาเพื่อช่วยให้การเรียกใช้สคริปต์ในโปรเจกต์ของคุณง่ายขึ้น โดยมีอินเตอร์เฟซที่ใช้งานง่าย ช่วยให้คุณสามารถนำทางผ่านไดเรกทอรี ดูคำอธิบายของสคริปต์ และเรียกใช้สคริปต์ได้อย่างสะดวก

คุณสมบัติ

  • อินเตอร์เฟซแบบเมนู: นำทางผ่านสคริปต์ของคุณด้วยเมนูที่ใช้งานง่าย
  • คำอธิบายสคริปต์: ดูคำอธิบายของสคริปต์เพื่อเข้าใจการทำงานก่อนที่จะเรียกใช้
  • รองรับสคริปต์ Shell และ JavaScript: เรียกใช้สคริปต์ .sh และ .js ได้โดยตรงจากเมนู
  • การนำทางแบบ Breadcrumb: ติดตามตำแหน่งปัจจุบันของคุณในโครงสร้างไดเรกทอรีได้อย่างง่ายดาย
  • การยืนยันการออก: ป้องกันการออกโดยไม่ได้ตั้งใจด้วยการยืนยัน หรือใช้ Control + C เพื่อออกทันที

การติดตั้ง

ติดตั้งเครื่องมือโดยใช้ npm:

npm install -g utility-help

การใช้งาน

การตั้งค่าไดเรกทอรีของคุณ

  1. สร้างไดเรกทอรีชื่อ uthelp ในไดเรกทอรีทำงานปัจจุบันของคุณ
  2. วางสคริปต์ของคุณ (เช่น ไฟล์ .sh และ .js) ไว้ในไดเรกทอรี uthelp

โครงสร้างไดเรกทอรีของคุณควรมีลักษณะดังนี้:

your-project/
├── uthelp/
│   ├── script1.sh
│   ├── script2.js
│   └── DeployServer
│       ├── readme.md
│       └── deployProduction.sh

การเรียกใช้เครื่องมือ

นำทางไปยังไดเรกทอรีรากของโปรเจกต์ของคุณและเรียกใช้เครื่องมือ:

uthelp

คุณจะเห็นเมนูของสคริปต์ที่สามารถนำทางได้ ใช้ปุ่มลูกศรเพื่อเลือก Enter เพื่อเลือกและเรียกใช้สคริปต์ และ Backspace เพื่อกลับไปยังเมนูก่อนหน้า กด ESC เพื่อออกจากโปรแกรมพร้อมกับการยืนยัน หรือ Control + C เพื่อออกทันที

การแสดงเวอร์ชัน

เพื่อแสดงเวอร์ชันปัจจุบันของเครื่องมือ ให้ใช้ตัวเลือก -v หรือ --version:

uthelp -v

ตัวอย่าง

เมื่อคุณตั้งค่าไดเรกทอรี uthelp ของคุณพร้อมกับสคริปต์ การเรียกใช้ uthelp จะแสดงเมนูเช่นนี้:

Utilities

👉 1. 📦 Example Folder (example-folder)
   2. 🔧 Example Script (example-script.sh)
   3. 🔧 Another Script (another-script.js)

Description:
  Example Script

การนำทางเมนูโดยละเอียด

  • ปุ่มลูกศร: นำทางผ่านรายการเมนู
  • Enter: เลือกและเรียกใช้สคริปต์ที่ไฮไลต์ หรือเข้าสู่ไดเรกทอรี
  • Backspace: กลับไปยังเมนูก่อนหน้า
  • ESC: ออกจากโปรแกรมพร้อมกับการยืนยัน
  • Control + C: ออกจากโปรแกรมทันทีโดยไม่ต้องยืนยัน

การร่วมพัฒนา

หากคุณต้องการร่วมพัฒนาโปรเจกต์นี้ กรุณาทำตามขั้นตอนดังนี้:

  1. Fork รีโพสิทอรี
  2. สร้างสาขาใหม่สำหรับฟีเจอร์หรือการแก้ไขบั๊กของคุณ
  3. ทำการเปลี่ยนแปลงของคุณ
  4. ส่ง pull request พร้อมกับคำอธิบายการเปลี่ยนแปลงของคุณ

ใบอนุญาต

โปรเจกต์นี้มีใบอนุญาตภายใต้ ISC License ดูไฟล์ LICENSE สำหรับรายละเอียดเพิ่มเติม

ซอร์สโค้ด

ซอร์สโค้ดสำหรับโปรเจกต์นี้สามารถพบได้ที่รีโพสิทอรี GitHub ต่อไปนี้:

https://github.com/maetee/uthelp

หมายเหตุ

  • ตรวจสอบให้แน่ใจว่าได้สร้างไดเรกทอรี uthelp ในไดเรกทอรีรากของโปรเจกต์ของคุณ หรือไดเรกทอรีที่คุณเรียกใช้คำสั่ง uthelp
  • แต่ละสคริปต์ในไดเรกทอรี uthelp ควรมีคอมเมนต์อธิบายอยู่ด้านบนเพื่อให้ข้อมูลเมื่อถูกเลือกในเมนู เช่น:
#!/bin/bash
# This is a sample script that does something useful
echo "Hello, world!"