https://github.com/shivajichalise/nowsh
Simple bash script which fetches now showing movie in Midtown Cinemas, Pokhara, Nepal.
https://github.com/shivajichalise/nowsh
bash
Last synced: 3 months ago
JSON representation
Simple bash script which fetches now showing movie in Midtown Cinemas, Pokhara, Nepal.
- Host: GitHub
- URL: https://github.com/shivajichalise/nowsh
- Owner: shivajichalise
- Created: 2022-08-08T11:52:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T12:01:55.000Z (almost 4 years ago)
- Last Synced: 2025-01-09T01:48:58.388Z (over 1 year ago)
- Topics: bash
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nowsh
a simple bash script which fetches now showing movie in Midtown Cinemas Pokhara, Nepal.
> NOTE: it uses GNU Core Utilities commands `grep`, `awk`, `sed` etc.
## Installing
For the current user:
```
curl https://raw.githubusercontent.com/shivajichalise/nowsh/main/nowsh > ~/usr/local/bin/nowsh && chmod +755 ~/usr/local/bin/nowsh
```
Or simply copy the `nowsh` file to a location in your `$PATH` and make it executable.
## Usage
- run `nowsh`
## How it works
this script scrapes [midtown.com.np](https://midtown.com.np) and gets the movie information
## Self-Promotion
Star the repository on [Github](https://github.com/shivajichalise/nowsh)
Follow [shivajichalise](http://shivajichalise.com.np) on [Github](https://github.com/shivajichalise)