Results 1 to 4 of 4

Thread: An easy way to learn the commands?

  1. #1
    Join Date
    Mar 2013
    Beans
    10

    An easy way to learn the commands?

    So I'v been looking around for a program that could help me/others learn the commands and how to use them with little to no results. Tho I did find "something" like it for windows.

    I'v been thinking of the complexity of the cli and have been wondering if it would be posable to create a simple program that could take all the raw data and put it into an easy to read/use format on the screen.

    So far my toughs on it are, a drop down box that has all the commands in it, and once a command is selected all the arguments are displaded under.
    Most of the data for it is already available with the man files, with a hopefully simple search of them for the -a, --arguments would result in a relativelly easy way to see what each command can do.
    You would want to have some type of text file that holds all the commands/file paths for the program to call on to save from having the have the program search each time, as well as a easy to use way of adding/removing commands to and from the program.
    A posable "plus" button to add additional commands, to be exacuted after the first command is done.
    Finally there would be some type of export button that would spit out all of the chosen commands, options, file/paths to the terminal so you can do a "final" review and exacute the commands.

    I kinda figure it would be best if the program ether called on the last used terminal, ether launching a new one or sticking it all in an already open terminal window.

    Any one got any idea if something like that is already out there or how difficult it would be to make one like it?
    Last edited by oldos2er; March 22nd, 2013 at 05:28 PM.

  2. #2
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: An easy way to learn the commands?


  3. #3
    Join Date
    Aug 2011
    Location
    47°9′S 126°43W
    Beans
    2,172
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: An easy way to learn the commands?

    On konqueror, you can use URLs with the "man:" or "info:" protocol to do just that. And after the "man:" or "info:" protocol, you have a dropdown with the possible command name completions.

    You can also have the konqueror window split in two, one with the man/info display and one with a terminal.

  4. #4
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •