🦀 Rust TUI App to display external command | Cursive Crate

แชร์
ฝัง

ความคิดเห็น • 14

  • @garystroup5285
    @garystroup5285 2 หลายเดือนก่อน +2

    Very cool. So I can create terminal apps that can open up files for me to CRUD the data for instance? Similar to VIM? I’m kinda getting bored of web apps and want something new. TUI or use Tauri for desktop apps might be something to explore.

    • @BekBrace
      @BekBrace  2 หลายเดือนก่อน +1

      Thanks Gary !
      Yes, you absolutely can! In fact, Rust, combined with libraries like Cursive for the TUI, allows you to create TUIs that can do much more than just executing commands. You can build full-fledged terminal apps that can open and edit files (similar to VIM or Nano)
      As you said you can create CRUD operations for data stored in files (like text files, JSON, or even dbs !)
      You can also bild menus, dialog boxes, and views to handle different aspects of file manipulation, data navigation, etc...
      If you have any questions, just let me know

    • @garystroup5285
      @garystroup5285 2 หลายเดือนก่อน +1

      @@BekBrace Thanks for the feedback! It may take me some time. I come from a JavaScript background and have used Golang in my backend from time to time. Just starting out with Rust this past week.
      My main motivation for learning rust is because I would like to dive into embedded systems. I did take an intro to C++ back in college so Rust does not feel all that foreign to me. I will definitely continue to watch your videos and reach out if I stumble along the way.

    • @BekBrace
      @BekBrace  2 หลายเดือนก่อน

      @garystroup5285 great 👍👍👍 feel free to reach out anytime - good luck, man

  • @iabhishek
    @iabhishek 2 หลายเดือนก่อน +1

    Can we please have a neovim full tutorial from noob to mastery

    • @BekBrace
      @BekBrace  2 หลายเดือนก่อน

      @@iabhishek Thank you for the suggestion, I wanted to do this actually

    • @iabhishek
      @iabhishek 2 หลายเดือนก่อน

      @@BekBrace thats wonderful, also your content is top notch don't ever stop making videos thank you

  • @azharalibhutto1209
    @azharalibhutto1209 2 หลายเดือนก่อน +1

    Really amazing ❤❤❤❤❤

    • @BekBrace
      @BekBrace  2 หลายเดือนก่อน

      Thank you my friend

  • @raphaelkyrdan172
    @raphaelkyrdan172 หลายเดือนก่อน

    I think you know that the part when you are executing the "dir" command does not work on macos? It would be better if in your examples you showed cross platform examples. Right now the "pipe" can only show the hardcoded text but cannot really execute the commands.

    • @BekBrace
      @BekBrace  หลายเดือนก่อน +1

      @@raphaelkyrdan172 I understand you're frustrated, sorry for that

    • @raphaelkyrdan172
      @raphaelkyrdan172 หลายเดือนก่อน

      @@BekBrace no worries, I've already did macos version with AI help.

  • @장정태
    @장정태 หลายเดือนก่อน

    I want to learn Rust.😂

    • @BekBrace
      @BekBrace  หลายเดือนก่อน

      @@장정태 let's Goooo