obsidian-shellcommands icon indicating copy to clipboard operation
obsidian-shellcommands copied to clipboard

Execute system commands via hotkeys or command palette in Obsidian (https://obsidian.md). Some automated events are also supported, and execution via URI links.

Results 38 obsidian-shellcommands issues
Sort by recently updated
recently updated
newest added

![kuva](https://github.com/Taitava/obsidian-shellcommands/assets/13002142/8e4ff690-a795-44a2-b1f2-3e7404ceb65c) - For built-in shells, it's clearer if the selection shows e.g. _/bin/bash_ instead of just _Bash_. - For custom shells, no changes are needed, it's good to show just...

enhancement

### Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/284 - [x] Implement the thing. - [x] Add `lineOrColumn` setting for selecting whether the event triggers for line number changes, column number changes or both. -...

enhancement

Example command: ``` echo "First line" echo "Second line" echo "Third line" ``` OInly the first line is echoed. Then again, this works: ``` echo "First line" & echo "Second...

bug
affects/Windows
affects/0.16.x
affects/0.13.0
affects/0.14.0
affects/0.15.0
affects/0.17.0
affects/0.18.x
affects/0.19.x
affects/0.20.x
affects/0.21.x
affects/0.22.x

### Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/274 Currently, this issue stands here just for a preliminary commit that can later be used as a basis for the actual feature. No milestone is yet...

enhancement
ideas-from-others

…can be accessed as a single variable, and the strings will be returned as space joined string. This addresses https://github.com/Taitava/obsidian-shellcommands/discussions/415 It is a change to the code that fetches variables...

### Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/409 > Make the icon selector in shell command settings use the [`getIconIds()` function](https://github.com/obsidianmd/obsidian-api/blame/8b2eda0f24285636c8aa116972643e5233a23dc1/obsidian.d.ts#L1744-L1748). Currently, the list of icons (when selecting an icon for a shell command...

enhancement

### Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/415 This is a first step of the variable, supporting YAML list values, but not key-value pairs. - [x] Implement the variable. - [x] Also implement `{{event_yaml_values}}`....

enhancement

### Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/429 Originally posted by **ras0q** October 7, 2024 Currently notice text enclosed in `` uses monospace font It would be very nice to be able to use...

enhancement