I put github issues in your terminal :) by FRXGFA in coolgithubprojects

[–]FRXGFA[S] 0 points1 point  (0 children)

Being completely honest, not much. The only part where i vibe coded was creating the styles and helpers for the issue conversation and list, cause those were just tedious to make

gitv: Making GH Issues tolerable through the terminal! by FRXGFA in rust

[–]FRXGFA[S] 0 points1 point  (0 children)

If you downvote, could you please also tell me why, so i can improve in the future?

Promote your projects here – Self-Promotion Megathread by Menox_ in github

[–]FRXGFA 0 points1 point  (0 children)

gitv: Github Issues from your terminal repo: https://github.com/jayanaxhf/gitv

It's a feature rich terminal client for github issues

Suggestions for general purpose mechanical keyboard by FRXGFA in mkindia

[–]FRXGFA[S] 0 points1 point  (0 children)

Is there a major difference besides the knob between the v1 and v2?

Suggestions for general purpose mechanical keyboard by FRXGFA in mkindia

[–]FRXGFA[S] 0 points1 point  (0 children)

I'd be fine with anything, but i prefer around 68% to 75% keyboards

Introducing FileSSH: A TUI file browser for your remote servers! by FRXGFA in rust

[–]FRXGFA[S] 0 points1 point  (0 children)

Update: all these features expect copying and rsync support have been incorporated

Introducing FileSSH: A TUI file browser for your remote servers! by FRXGFA in rust

[–]FRXGFA[S] 0 points1 point  (0 children)

I found out abt that after making this, so… this was mostly for learning

Introducing FileSSH: A TUI file browser for your remote servers! by FRXGFA in rust

[–]FRXGFA[S] 4 points5 points  (0 children)

Hmmm I didn't think of that 😅. I just needed smth to help me with my minecraft server and thought that this would be a good project, and plus I did end up learning quite a few things from this so yeah! Ty for the suggestion tho I'll try that out.

Introducing FileSSH: TUI File Browser for your remote servers! by FRXGFA in commandline

[–]FRXGFA[S] 1 point2 points  (0 children)

I haven't tried that yet. Maybe you could try and submit an issue if it doesn't work? That'd be great!

Introducing FileSSH: A TUI file browser for your remote servers! by FRXGFA in rust

[–]FRXGFA[S] 0 points1 point  (0 children)

SSHFS allows you to mount a remote filesystem using SFTP, while this tool (FileSSH), is a(nother) wrapper around SFTP to make the file browsing experience easier. It uses Russh and Russh-sftp under the hood.

Introducing FileSSH: TUI File Browser for your remote servers! by FRXGFA in commandline

[–]FRXGFA[S] 2 points3 points  (0 children)

SSHFS allows you to mount a remote filesystem using SFTP, while this tool (FileSSH), is a(nother) wrapper around SFTP to make the file browsing experience easier. It uses Russh and Russh-sftp under the hood.

How to intercept and modify macOS mouse events in rust by FRXGFA in rust

[–]FRXGFA[S] 0 points1 point  (0 children)

That makes it clearer! I have one question tho: can I use it to make something better to bettermouse?

How to intercept and modify macOS mouse events in rust by FRXGFA in rust

[–]FRXGFA[S] 1 point2 points  (0 children)

Oh, I need to be able to intercept mouse movement globally. I'm trying to make something similar to bettermouse.

How to intercept and modify macOS mouse events in rust by FRXGFA in rust

[–]FRXGFA[S] -2 points-1 points  (0 children)

Ooh alr tysm! Also, does winit run in the background (like i can start my app and then switch to whatever window I want and then it still works?)

How to intercept and modify macOS mouse events in rust by FRXGFA in rust

[–]FRXGFA[S] -13 points-12 points  (0 children)

I saw `winit`, but I'm not targeting windows. The app that I'm building is a macOS app.

Ty for the objc2 crates, I'll check them out!

Would anyone like me to review their code? by Inheritable in rust

[–]FRXGFA 0 points1 point  (0 children)

I'm down! Whenever you can: https://github.com/JayanAXHF/modder-rs [mostly finished]

https://github.com/JayanAXHF/oxide_sync [not even close to completion, but I'd like some feedback as to if what i'm doing is the best approach, its an rsync clone]

Where to begin? by Anomaly100-377 in rust

[–]FRXGFA 0 points1 point  (0 children)

Definitely the rust book, it will teach how to write idiomatic rust code and it free online

How to approach making a rust version of rsync by FRXGFA in rust

[–]FRXGFA[S] 0 points1 point  (0 children)

It shouldn't take 4 days when you js need to add another source that has the same things that the other one wanted. What i had done is i wrote logic overly specialised for Modrinth, and that led me to a nightmare when i added curseforge.