Skip to content

Plugin for anyrun to show recently opened projects with VSCode

Notifications You must be signed in to change notification settings

czM1K3/anyrun-vscode-recents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anyrun - VSCode Recents

Plugin for anyrun to show recently opened projects with VSCode.

Configuration

For VSCode

// <Anyrun config dir>/vscode.ron
Config(
  prefix: ":code", // "" by default
  command: "code",
  icon: "com.visualstudio.code",
  path: "~/.config/Code", // path to vscode settings files
  show_empty: false,
  max_entries: 5
)

For Codium

// <Anyrun config dir>/vscode.ron
Config(
  prefix: ":code", // "" by default
  command: "codium",
  icon: "vscodium",
  path: "~/.config/VSCodium", // path to vscode settings files
  show_empty: false,
  max_entries: 5
)

Building

cargo build --release && cp target/release/libvscode_recents.so ~/.config/anyrun/plugins/

About

Plugin for anyrun to show recently opened projects with VSCode

Topics

Resources

Stars

Watchers

Forks

Languages