Skip to content
/ viewjs Public

JavaScript Content Fetcher: A Go tool to fetch and display JavaScript content from URLs directly in the terminal.

Notifications You must be signed in to change notification settings

5hank4r/viewjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

viewjs

JavaScript Content Fetcher

A lightweight command-line tool written in Go for fetching JavaScript content from URLs and displaying it directly in the terminal. This tool is designed to quickly check the availability of JavaScript resources, providing information about successful fetches, failures, and HTTP status codes.

Usage:

  1. Pipe URLs from a file to the tool: cat urljs.txt | go run viewjs.go

This tool does not save the fetched content to files; it focuses on efficiently checking and presenting JavaScript resource status.

About

JavaScript Content Fetcher: A Go tool to fetch and display JavaScript content from URLs directly in the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages