Code Monkey home page Code Monkey logo

recaphub's Introduction

recaphub

This is a quick helper CLI I wrote to help me track what I've been working on.

Setup

This tool requires that you setup a personal access token. You can create one by going to Settings > Developer Settings (this is on the bottom of the sidebar on the left) > Personal Access Tokens

For convenience this crate uses dotenv to allow you to persistently load your personal access token.

To use this, create a .env file containing GITHUB_TOKEN=<your personal access token>.

Output

Here's a sample of the kind of output it generates. This output will change over time as I update it to be more comprehensive with its analysis. Off of the top of my head I'd like it to also check Zulip threads that I've participated in and PRs or issues that I've created. Maybe commits as well? I'm not sure, it's a work in progress. I'm open to suggestions!

cargo run -- --name yaahc --timeframe 7d
- rust-lang/rust: Add #[track_caller] support to `?`
  - https://github.com/rust-lang/rust/issues/77474#issuecomment-1074480790
- rust-lang/rust-clippy: invert check for `clippy::try_err` and disable it inside of try blocks
  - https://github.com/rust-lang/rust-clippy/issues/5757#issuecomment-1069533406
- rust-lang/rust: Tracking issue for `IntoFuture`
  - https://github.com/rust-lang/rust/issues/67644#issuecomment-1074497601
- rust-lang/rust: Unstably constify `impl<I: Iterator> IntoIterator for I`
  - https://github.com/rust-lang/rust/pull/90602#issuecomment-1072618654
  - https://github.com/rust-lang/rust/pull/90602#issuecomment-1073245869
  - https://github.com/rust-lang/rust/pull/90602#issuecomment-1073247688
  - https://github.com/rust-lang/rust/pull/90602#issuecomment-1074491176
- rust-lang/rust: Add ability to spawn Windows process with Proc Thread Attributes
  - https://github.com/rust-lang/rust/pull/88193#issuecomment-1072609119
- rust-lang/rust: add module-level documentation for vec's in-place iteration
  - https://github.com/rust-lang/rust/pull/87667#issuecomment-1072607965
- yaahc/eyre: Add must-install feature, so that a non-default handler can be the on…
  - https://github.com/yaahc/eyre/pull/52#issuecomment-1074453007
  - https://github.com/yaahc/eyre/pull/52#issuecomment-1074465302
- rust-lang/rust: Mark `uint::wrapping_next_power_of_two` as `#[inline]`
  - https://github.com/rust-lang/rust/pull/94517#issuecomment-1072670466
  - https://github.com/rust-lang/rust/pull/94517#issuecomment-1072873639
  - https://github.com/rust-lang/rust/pull/94517#issuecomment-1074501841
- rust-lang/rust: Add `Option::inspect_none` & minor example improvements to other new `inspect` methods
  - https://github.com/rust-lang/rust/pull/94317#issuecomment-1072877582
  - https://github.com/rust-lang/rust/pull/94317#issuecomment-1074442258
- rust-lang/rust: Let `try_collect` take advantage of `try_fold` overrides
  - https://github.com/rust-lang/rust/pull/94115#issuecomment-1072665477
- rust-lang/rust: Upgrade libc to fix `Instant + Duration` producing wrong result on aarch64-apple-darwin
  - https://github.com/rust-lang/rust/pull/94100#issuecomment-1072632579
- rust-lang/project-error-handling: no-panic as a language feature
  - https://github.com/rust-lang/project-error-handling/issues/49#issuecomment-1073156185
- rust-lang/rust: Create `NonZero` trait with primitive associated type
  - https://github.com/rust-lang/rust/pull/95155#issuecomment-1074460757
- rust-lang/rust: Clean up, categorize and sort unstable features in std.
  - https://github.com/rust-lang/rust/pull/95032#issuecomment-1071197976
  - https://github.com/rust-lang/rust/pull/95032#issuecomment-1071198181
- yaahc/color-eyre: Allow omitting location/track-caller via function
  - https://github.com/yaahc/color-eyre/issues/105#issuecomment-1071017358
  - https://github.com/yaahc/color-eyre/issues/105#issuecomment-1071051305
- yaahc/eyre: Integrating with actix-web
  - https://github.com/yaahc/eyre/issues/72#issuecomment-1068446864
  - https://github.com/yaahc/eyre/issues/72#issuecomment-1068449557

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

recaphub's People

Contributors

yaahc avatar ben0x539 avatar

Stargazers

Kayla Firestack avatar Jacob Birkett avatar raf avatar Qyriad avatar Runchao Han avatar Arbal avatar Alex Adewole avatar Pratyush Singhal avatar John Clema avatar Jarek Samic avatar Ben Chuanlong Du avatar ZJPzjp avatar Sal Sal avatar Shabbir Hasan avatar Michael Goulet avatar jyn avatar Mario Rugiero avatar Andrew Plaza avatar Mulili Nzuki avatar  avatar Weihang Lo avatar Lukas Wirth avatar Angelo avatar David Authier avatar Pierre Tondereau avatar astrolemonade avatar Søren Jones avatar Brad Svercl avatar  avatar Avery Harnish avatar Stuart Axon avatar Christian Stefanescu avatar Adam Gleave avatar David Clevenger avatar Johan Andersson avatar Jean Leonço avatar afrizaloky avatar Erich Gubler avatar Joseph T. Lyons avatar Lucio Franco avatar annie avatar Matteo Bigoi avatar Carlo Cabrera avatar Adi Purnomo avatar NP avatar Diana avatar ebigram avatar Afonso Jorge Ramos avatar erin petra sofiya moon avatar João Conde avatar Anton Österberg avatar Yiannis Marangos avatar Ilmari Vacklin avatar Adam Gutglick avatar David Wood avatar  avatar Søren Mortensen avatar Harsh Shandilya avatar shylock avatar Puneeth Chaganti avatar Bruno A. Muciño avatar Lane Biocini avatar Rahul Butani avatar Cam avatar  avatar jasites avatar

Watchers

 avatar Rahul Butani avatar  avatar

recaphub's Issues

Bucket activity by day?

When I was planning on improving git standup, something I realized I'd want is to re-build the state by looking at my activity by when it happened.

I think my ideal view would be something like

$ recaphub --name epage --timeframe 7d
Friday
- ...
Monday
- ...
Wednesday
- ...

(with the days colored to help distinguish them)

For days within the last week, my thought is to show the day of the week but then switch to dates past that (maybe still include the day of week though)

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.