-
Notifications
You must be signed in to change notification settings - Fork 47
Develop -> Master #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> yo dawg I heard you like configs so I created a config command so you can config your config while configing your config - `portal config view` outputs current config with syntax highlighting - `portal config path` outputs the path of the config file - `portal config edit` opens the config file in default $EDITOR - `portal config reset` resets the config file to its default values
- fixes reading from the config file (it was not working at all!) - since this was not working at all, there are no breaking changes (haha!) - thus, we also move the config file to `$HOME/.config/portal/config.yml` - moved relay-related constants to config file
F/copy with flag
feat: config command with various subcommands
feat: refactor config for more extensibility
feat: file overwrite prompt (with configurability)
* fix: better hostname (+port) validation * fix: fail on invalid port ranges
* feat: allow manual running of the release workflow * docs: refresh readme to reflect recent changes * feat: add sender and receiver demo tapes (uses charmbracelet/vhs) * feat: readme refresh, new demos * doc: serve command, building from source * docs: highlighting language hint * docs: spelling * docs. add DO sponsorship mention * Add AUR package (#16) --------- Co-authored-by: Zino Kader <zinokad@gmail.com> --------- Co-authored-by: Jonathan Neidel <github@jneidel.com>
> yo dawg I heard you like configs so I created a config command so you can config your config while configing your config - `portal config view` outputs current config with syntax highlighting - `portal config path` outputs the path of the config file - `portal config edit` opens the config file in default $EDITOR - `portal config reset` resets the config file to its default values
> yo dawg I heard you like configs so I created a config command so you can config your config while configing your config - `portal config view` outputs current config with syntax highlighting - `portal config path` outputs the path of the config file - `portal config edit` opens the config file in default $EDITOR - `portal config reset` resets the config file to its default values
- fixes reading from the config file (it was not working at all!) - since this was not working at all, there are no breaking changes (haha!) - thus, we also move the config file to `$HOME/.config/portal/config.yml` - moved relay-related constants to config file
Introduces a committer pattern instead of passing in a function to block the unpack function.
- Broke out commands into functions in commands package - Moved ui package into cmd folder and renamed tui - Moved config package into cmd folder - Moved portal package into internal - Implemented raw commands for send and receive
- This has been deprecated in go 1.20 - use a local rng when generating passwords - remove Init function for sender
…to f/server-landing
feat: landing page for relay server
ZinoKader
approved these changes
Mar 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.