Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenjiandongx/oscar
🐶 Next generation building tool for nothing
https://github.com/chenjiandongx/oscar
Last synced: 3 days ago
JSON representation
🐶 Next generation building tool for nothing
- Host: GitHub
- URL: https://github.com/chenjiandongx/oscar
- Owner: chenjiandongx
- License: mit
- Created: 2020-08-05T18:02:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T15:47:46.000Z (about 4 years ago)
- Last Synced: 2024-06-20T04:06:56.525Z (5 months ago)
- Language: Go
- Homepage:
- Size: 266 KB
- Stars: 67
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oscar
> 🐶 Next generation building tool for nothing
[![Build Status](https://travis-ci.org/chenjiandongx/oscar.svg?branch=master)](https://travis-ci.org/chenjiandongx/oscar) [![Build status](https://ci.appveyor.com/api/projects/status/wdh74a2qce47j9tx/branch/master?svg=true)](https://ci.appveyor.com/project/chenjiandongx/oscar/branch/master) [![MIT License](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) [![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/chenjiandongx/oscar)
## Motivation
Imitation is the sincerest form of flattery.
[Oscar](https://github.com/chenjiandongx/oscar) is yet another nonsense activity generator for Golang, which is inspired by the rust project [svenstaro/genact](https://github.com/svenstaro/genact). The aim of oscar is to ~~**pretend**~~ prove that you are busy working so that you could take a rest or drink a cup of cappuccino.
## Features
* blazing fast(nothing happend actually)
* variety modules
* easy to use and extend## Installation
### Go
The classic way to install
```bash
$ go get -u github.com/chenjiandongx/oscar
```### MacOS, Linux, Windows
The binary is published on the [release page](https://github.com/chenjiandongx/oscar/releases).
## Usage
```bash
$ oscar --help
Next generation building tool for nothingUsage:
oscar [command]Available Commands:
help Help about any command
list List all available modules
run Run with the specific moduleFlags:
-h, --help help for oscar
-v, --version version for oscarUse "oscar [command] --help" for more information about a command.
```### Modules list
```bash
$ oscar list
- bootlog
- botnet
- cargo
- cc
- composer
- cryptomining
- docker
- download
- git
- gomod
- kernel_compile
- memdump
- weblog
```### At a glance
![image](https://user-images.githubusercontent.com/19553554/89951631-589de200-dc5e-11ea-869d-635022a5382d.png)
![image](https://user-images.githubusercontent.com/19553554/89951646-5fc4f000-dc5e-11ea-8229-b38bc2bb10f8.png)### Give it a try
- [bootlog](https://oscar.chenjiandongx.me?module=bootlog)
- [botnet](https://oscar.chenjiandongx.me?module=botnet)
- [cargo](https://oscar.chenjiandongx.me?module=cargo)
- [cc](https://oscar.chenjiandongx.me?module=cc)
- [composer](https://oscar.chenjiandongx.me?module=composer)
- [cryptomining](https://oscar.chenjiandongx.me?module=cryptomining)
- [docker](https://oscar.chenjiandongx.me?module=docker)
- [download](https://oscar.chenjiandongx.me?module=download)
- [git](https://oscar.chenjiandongx.me?module=git)
- [gomod](https://oscar.chenjiandongx.me?module=gomod)
- [kernel_compile](https://oscar.chenjiandongx.me?module=kernel_compile)
- [memdump](https://oscar.chenjiandongx.me?module=memdump)
- [weblog](https://oscar.chenjiandongx.me?module=weblog)### Changelog
#### V0.2.0 - 2020-08-15
* Add the `-c` flag to make the cpu on the fly and let the fan noisy [#2](https://github.com/chenjiandongx/oscar/issues/2).
#### V0.1.0 - 2020-08-12
* Beta: the first release version of oscar.
## License
MIT [©chenjiandongx](https://github.com/chenjiandongx)