8000 GitHub - czM1K3/anyrun-vscode-recents: Plugin for anyrun to show recently opened projects with VSCode
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Contributors 2

  •  
  •  

Languages

0