Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-234

Add ability to alias commands (like bash)

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 1.0.0.Beta3
    • 1.0.0.Alpha4
    • UI - Shell
    • None

    Description

      It should be possible to create aliases:

      $ alias foo="echo bar"

      Alias by itself should print a list of aliases:

      $ alias
      $ foo="echo bar"

      Aliases should simply be literal translations via regex on the front of any command, should we support embedded aliases? For modifying any part of a command?

      $ alias foo="bar"
      $ echo foo
      bar

      Etc...

      Attachments

        Activity

          People

            lincolnthree Lincoln Baxter III (Inactive)
            lincolnthree Lincoln Baxter III (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: