Giter Club home page Giter Club logo

crates.alfredworkflow's Introduction

I'm Ross ๐Ÿ‘‹



๐ŸŒฑ My projects

TOOLS

  • aq - Extend jq for any data format
  • cargo-onedoc - ๐Ÿ“ Generate your README.md from Rust doc comments
  • dotfiles - ๐Ÿ”ง Install packages and my dotfiles on a new system
  • install - Install a Rust crate from a GitHub release
  • kb-remap - โŒจ๏ธ Tool to remap macOS keyboard keys
  • sheldon - :bowtie: Fast, configurable, shell plugin manager

RUST LIBRARIES

  • casual - Simple Rust crate for parsing user input
  • complexity - Calculate cognitive complexity of Rust code
  • constcat - ๐Ÿฑ concat! with support for const variables and expressions
  • emojis - โœจ Lookup and iterate over emoji names, shortcodes, and groups
  • fmutex - Provides mutual exclusion on a file using flock(2)
  • goldie - ๐ŸŒŸ Simple golden file testing for Rust
  • itermore - ๐Ÿคธ More iterator adaptors
  • pulldown-cmark-toc - Generate a table of contents from a Markdown document
  • radiotap - A parser for the radiotap capture format
  • regex-macro - Only compile a regex once, abstracted
  • upon - ๐Ÿ“Œ A lightweight and powerful template engine for Rust
  • vectrix - ๐Ÿน Stack-allocated, constant-size, matrix type implemented with const generics

PYTHON LIBRARIES

  • pycases - ๐Ÿ’ผ A case conversion library with Unicode support

GO LIBRARIES

  • cases - ๐Ÿ’ผ A case conversion library for Go with Unicode support
  • fudge - ๐Ÿฆ Oh Fudge! A straight-forward error library for Go

ALFRED WORKFLOWS

GITHUB ACTIONS

  • setup-crate - ๐Ÿ“ฆ GitHub Action to install a Rust binary
  • setup-just - ๐Ÿค– GitHub Action to install the just command runner

FUN

  • advent - ๐ŸŽ„ My Advent of Code solutions
  • intcode - ๐ŸŽ Assembler and runner for the Intcode computer from ๐ŸŽ„ Advent of Code 2019

crates.alfredworkflow's People

Contributors

rossmacarthur avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

crates.alfredworkflow's Issues

No longer works

image

Get this on 4.0 version. Below is log after running:

image

Thanks for the workflow.

Log to file when updating

Currently we detach the stdout and stderr file descriptors so that alfred doesn't hang when updating. However, it would probably be better to actually replace that with a log file so that any errors would be available.

Sign binary in order to submit workflow to Alfred Gallery

  • Enroll in the Apple Developer Program
    This costs $99/year

  • Obtain a Developer ID Certificate:
    Once enrolled, you can create and download a Developer ID certificate from the [Apple Developer website (https://developer.apple.com/account).

    Go to "Certificates, Identifiers & Profiles".
    Under "Certificates", click the "+" to create a new certificate.
    Select "Developer ID" and then "Developer ID Application" (this is for apps distributed outside of the Mac App Store).
    Follow the instructions to create and install the certificate on your Mac.

  • Install certificate in GitHub Actions

  • Run codesign on binary before packaging...

Optimize registry walking

In particular there is no point calling readdir for intermediate directories when the query is at least 4 characters. I think this can be optimized a lot more. Might have to write our own implementation instead of using walkdir.

Additionally, if we write our own implementation it could be structured in such a way that allowed rayon support and we could hopefully parallize a lot of the IO.

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.