Skip to content

alphabetical sort#35

Closed
thiswillbeyourgithub wants to merge 4 commits inton0-computer:mainfrom
thiswillbeyourgithub:alphabetical-sort
Closed

alphabetical sort#35
thiswillbeyourgithub wants to merge 4 commits inton0-computer:mainfrom
thiswillbeyourgithub:alphabetical-sort

Conversation

@thiswillbeyourgithub
Copy link
Contributor

@thiswillbeyourgithub thiswillbeyourgithub commented Oct 29, 2025

  • new: alphabetical sort
  • mention alphabetical sorting
  • new: add iroh_send

Fixes #32

Had to recommit stuff because you merged my iroh_send script in the meantime (thanks btw!).

Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
@thiswillbeyourgithub thiswillbeyourgithub marked this pull request as draft October 29, 2025 10:47
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
@thiswillbeyourgithub thiswillbeyourgithub marked this pull request as ready for review October 29, 2025 10:50
Comment on lines 76 to +77
- [Dumbpipe](https://github.com/n0-computer/dumbpipe) - Cross-device unix pipe.
- [malai](https://malai.sh) - Share your dev server (and more) over P2P.
- [kulfi](https://github.com/fastn-stack/kulfi/) - Open Source, General Purpose, Sovereign, Decentralized, Peer to Peer Internet.
- [cross.stream](https://github.com/cablehead/xs) - Local-first event streaming for reactive workflows, with P2P sharing via Iroh.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think Dumbpipe would need to be sorted in further down

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm going to redo a PR this one got out of hand I'm sorry for the noise

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good :)

Just wanted to mention I appreciate your contributions!

Also FWIW, I personally like using this workflow to fix smaller issues in git branches:

$ git log # gives me the commits I have on my branch at the moment, so I have them at hand when I want to cherry-pick them later
$ git reset --hard main # or some other commit/branch. Kinda dangerous: Will delete all uncommited/staged changes. But a useful hammer: Allows me to just set the branch pointer to any commit I like
$ git cherry-pick <commit hash> # allows me to grab the commits from the log above, and I'll just skip the ones I dislike

And once I've cleaned up, I can push them again.

There's also git rebase --interactive which is essentially an opinionated tool to do the above in an interactive way. I've heard people really like that too for cleaning up.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot. Btw I personally decided to rely mostly on lazygit which I highly recommend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FR: alphabetical sort

2 participants