Giter Site home page Giter Site logo

sgoudham / uwuifyy Goto Github PK

View Code? Open in Web Editor NEW
58.0 1.0 4.0 19.47 MB

A robust, customizable, blazingly-fast, efficient and easy-to-use command line application to uwu'ify your text!

Home Page: https://crates.io/crates/uwuifyy

License: MIT License

Rust 95.82% Shell 4.18%
uwu owo anime uwu-text uwuifier command-line-app rust rust-crate efficient hacktoberfest

uwuifyy's People

Contributors

aman-mandal avatar itslukedev avatar justtobbi avatar nekowinston avatar orhun avatar sgoudham avatar stratusfearme21 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

uwuifyy's Issues

Support input from stdin

It would be nice to be able to use this with the pipe (|) operator, e.g. echo "Hello, world!" | uwuifyy. In the past I've used https://github.com/thepacketgeek/clap-stdin for this sort of thing (https://github.com/uncenter/kittysay/blob/6955b362fca7bc5197a86624febad7c0f7ffd9d7/src/main.rs#L54) though since you don't use the derive method for clap I'm not exactly sure how to do it. Giving the derive method a try might be worth it, I've found it to be simpler and more readable :)

Create tagged release from GitHub UI

Motivation

I want to be able to release a new version of the binary solely from GitHub Actions itself instead of having to clone the repository and create/push the tag itself.

Description

The existing deploy.yml should be modified to take in a workflow_dispatch event. More information can be found here

This workflow_dispatch event should take in a parameter called tag which prompts the user to enter a tag name.

Once the above is configured, a conditional job should be created in the same file (before all the other jobs!) which only runs if the workflow was manually triggered (see if condition down below in the acceptance criteria). The job itself should pull down the latest changes of the repository and create a new tag based on the input tag name, override the default github.ref environment variable with the new tag name and then continue to execute the other steps.

Note
You might not be able to override the default github.ref environment variable, in that case, please comment down below and we can think of some other workarounds.

An article that describes some of the syntax is listed here which may help you!

Acceptance Criteria

  • .github/workflows/deploy.yml has been modified to include on_workflow_dispatch and take in tag name as a parameter
  • A job is created to create the tag and ran conditionally if: ${{ $GITHUB_EVENT_NAME == 'workflow_dispatch' }}

Cargo.lock is missing

Cargo.lock should be committed to the repository since it is a binary application.

uwuifyy/.gitignore

Lines 5 to 7 in 34d894d

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

Fix incorrect help message

The Problem

Currently, the help message for faces is

-f, --faces <VALUE> The modifier for uwu faces e.g hello -> hewwo [default: 0.05]

However, the example given does not demonstrate what that modifier actually does and instead represents the words modifier.

The Fix

The above help message should be updated to

-f, --faces <VALUE> The modifier for uwu faces e.g hello -> (^-^*)/ hewwo [default: 0.05]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.