Archer Zhang

Results 23 issues of Archer Zhang

When `fk pr` is ran in a forked repo, it will open the PR in the original repo attempting to create a PR using a branch on the forked repo,...

good first issue

After #52 `fk assumes all git source directories are located at $HOME/src/github.com/.` is not longer true in README.

good first issue

Three options: * use https as alternative * then we need to support that in `fk pr` since it assumes SSH git remote * can't clone private repos unless user...

blocked

Let user authorize fantastic-kit so we can make API calls using user's Personal Token. This allows git cloning access and API access to user private tokens. Depending on #38. Ultimately...

Since now we depend on GitHub to check for new releases, error on GitHub side should not result in user noticeable error, E.g. ``` Traceback (most recent call last): 3:...

How shameful that we don't have a single test right now. Might be fun to try out the new Github action

Currently most of the command are implemented directly as in shell or ruby. The ruby commands are wrapped in separate executable Ruby scripts and invoked in the shell function. This...

Two options: First one, specify package manager name and packages names, directly `xargs` it to the corresponding package command, (e.g. apt-get or pacman) ``` yaml up: - : - :...

enhancement

Use Linux Keyrings (`man keyrings(7)`) we can cache using GitHub personal access token which allows us to interact with GitHub API. Though this will create incompatibility between different platform since...

Idea: `~/src/github.com/*` assumes github remote `~/src/gitlab.com/*` assumes gitlab remote `~/src/uwaterloo.ca/*` assumes uwaterloo self hosted gitlab remote When I do `fk cd ` for auto completion, all projects from above directions...