Skip to content
This repository was archived by the owner on Nov 8, 2019. It is now read-only.

Repository files navigation

SED : A stream editor for vscode

This is the README "vs-code sed", vscode-sed allows you to edit the current file using a custom command.

Features

You can add custom commands in your settings.json by adding :

"vscode-sed.commands": [
        {
            "label": "sed",
            "description": "Replace Hello By Hi",
            "cmd": "sed",
            "args": [
                "'s/Hello/Hi/'"
            ]
        }
    ]

Use

To run sed just tap ctrl+P and write >sed:execute or by the shortcut ctrl+K P for linux and cmd+K P for mac.

Then choose the command you wish to execute in the current file from the list.

Requirements

The first version works only only linux & mac. Windows is not supported (will be added in the future).

Release Notes

Users appreciate release notes as you update your extension.

0.1.0

Initial release of sed

About

A stream editor for vs code

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages