generated from Yakiyo/rust-codespace-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into platform-macos-fix
- Loading branch information
Showing
38 changed files
with
798 additions
and
338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"dsm": patch | ||
--- | ||
|
||
possible fixes to windows path issue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"dsm": minor | ||
--- | ||
|
||
support manually setting the location of bin directory and fallback to legacy/default path f unspecified |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"dsm": patch | ||
--- | ||
|
||
Better logging utilities using `log` and `env_logger` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"dsm": patch | ||
--- | ||
|
||
add progress bar when extrating archive |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"dsm": patch | ||
--- | ||
|
||
Rename colors env to DSM_NO_COLOR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"dsm": patch | ||
--- | ||
|
||
refactor handling of directories |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# name: vhs | ||
|
||
# on: | ||
# push: | ||
# paths: | ||
# - tools/demo.tape | ||
# - .github/workflows/vhs.yml | ||
|
||
# jobs: | ||
# vhs: | ||
# defaults: | ||
# run: | ||
# shell: bash | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - uses: actions/checkout@v3 | ||
# - name: Setup Rust | ||
# uses: actions-rs/toolchain@v1 | ||
# with: | ||
# toolchain: stable | ||
|
||
# - uses: actions/cache@v3 | ||
# with: | ||
# path: | | ||
# ~/.cargo/bin/ | ||
# ~/.cargo/registry/index/ | ||
# ~/.cargo/registry/cache/ | ||
# ~/.cargo/git/db/ | ||
# target/ | ||
# key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} | ||
|
||
# - name: Build dsm | ||
# run: cargo build --release | ||
|
||
# - run: ls -A && ls -A target && ls -A target/release | ||
|
||
# - name: Add to path | ||
# run: export PATH="target/release/":$PATH | ||
|
||
# - uses: charmbracelet/vhs-action@v2 | ||
|
||
# - name: Run vhs | ||
# shell: bash | ||
# run: | | ||
# export PATH="target/release/":$PATH | ||
# eval "$(dsm env bash)" | ||
# vhs tools/demo.tape | ||
|
||
# - uses: stefanzweifel/git-auto-commit-action@v4 | ||
# env: | ||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
# with: | ||
# commit_message: Update generated VHS GIF | ||
# branch: main | ||
# commit_user_name: vhs-action 📼 | ||
# commit_user_email: actions@github.com | ||
# commit_author: vhs-action 📼 <actions@github.com> | ||
# file_pattern: '*.gif' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ vscode: | |
- bungcip.better-toml | ||
- serayuzgur.crates | ||
- rome.rome | ||
- rust-lang.rust-analyzer |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"version": "1.0.1", | ||
"description": "Simplified version manager for the Dart SDK", | ||
"homepage": "https://github.com/Yakiyo/dsm", | ||
"license": "MIT", | ||
"notes": "Don't forget to add \"dsm env powershell | Out-String | Invoke-Expression\" to your powershell profile.", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/Yakiyo/dsm/releases/download/v1.0.1/dsm-x86_64-pc-windows-msvc.exe#/dsm.exe", | ||
"hash": "5c101879ed68ee03d9fbd504527eee57e9b562708235ed12f95d2eedc21e6d19" | ||
} | ||
}, | ||
"bin": "dsm.exe", | ||
"checkver": "github", | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/Yakiyo/dsm/releases/download/v$version/dsm-x86_64-pc-windows-msvc.exe#/dsm.exe" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.