Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 588 Bytes

File metadata and controls

39 lines (36 loc) · 588 Bytes
  • github.com/manish404

  • Only for Linux OS

  • Creates "New File" context menu [right-click-menu-option]

  • You can choose any file type and it will be created there.

File Types

  • Bash
  • C
  • C++
  • C#
  • CSS
  • HTML
  • Java
  • JS
  • Markdown
  • PHP
  • Python
  • Text file
  • Document

Installation

  • Clone this repository
git clone https://github.com/manish404/create-file-context-menu-linux.git
  • go to the folder
cd create-file-context-menu-linux
  • give permission install.sh file to execute
chmod +x install.sh
  • run file
./install.sh
  • Done!