@san-siva/gitsy 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/g-diff +1 -0
  2. package/package.json +1 -1
package/bin/g-diff CHANGED
@@ -171,6 +171,7 @@ show_files_only() {
171
171
 
172
172
  if [ -n "$filenames" ]; then
173
173
  echo "$filenames" | indent
174
+ copy_to_clipboard "$filenames" "Filenames copied to clipboard."
174
175
  else
175
176
  print_message "${BLUE}No changes found between ${NC}${source_branch}${BLUE} and ${NC}${target_branch}${BLUE}.${NC}"
176
177
  fi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@san-siva/gitsy",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "A set of bash utilities for managing Git repositories with ease",
5
5
  "keywords": [
6
6
  "git",