TAM + Neovim + Github
list git_history..
term cp -fv ../src/* ./src/; cp -fv ../README.md ./; cp -fv ../Cargo.toml ./; cp -vf ../LICENSE ./
term git add src/* Cargo.toml README.md LICENSE
term git commit -m "v 4.1.1" -m ""
term git switch pre-workable
term git switch not_tested_func
term git switch trunk
term git push -u
term cargo clean;cargo publish
term git log
term git reset --hard HEAD
term git checkout commit_hash
term git commit --amend -m ""
term git rm Cargo.lock
term git commit -m "v 4.1.1" -m "corrections & optimizations."
term git switch --orphan NAME
================================
> nano ~/.fishrc
alias gitty.rst='~/Rust/TAM/target/debug/sark0y_tam_rst -find-files -path ~/Rust/TAM/src -in-name "pass==-iE \.rs" -view-w "nvim.app" -view-w "nano" -tui-app "vim" -tui-app "ne" -view-w "mc" -dont-exit $argv'
OR..
alias gitty.rst='sark0y_tam_rst -find-files -path ~/Rust/TAM/src -in-name "pass==-iE \.rs" -view-w "nvim.app" -view-w "nano" -tui-app "vim" -tui-app "ne" -view-w "mc" -dont-exit $argv'
fish> gitty.rst -window-mark "gitty" -history /home/evg/.tam_history -front-lst "git_history /home/evg/Rust/git.mini.lst" -link-lst-to "big_git_history /home/evg/Rust/git.lst" -cd "/home/evg/Rust/TAM/github/" -link-lst-to "cmd.history /home/evg/Rust/cmd.history"
Comments
Post a Comment