cetus 0.1.36 → 0.1.38

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/bin/cetus +1292 -1092
  3. data/cetus.gemspec +1 -1
  4. data/scripts/encrypt.sh +1 -0
  5. data/scripts/zip +1 -0
  6. metadata +2 -2
@@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
6
6
 
7
7
  Gem::Specification.new do |spec|
8
8
  spec.name = 'cetus'
9
- spec.version = '0.1.36'
9
+ spec.version = '0.1.38'
10
10
  spec.authors = ['Rahul Kumar']
11
11
  spec.email = ['oneness.univ@gmail.com']
12
12
  spec.description = %q{lightning fast file navigator}
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
  # This zips selected files with a password
3
+ # if no files selected, then file under cursor is zipped
3
4
  FILE=~/tmp/selected_files
4
5
  TODAY=$(date +"%Y%m%d%H%M")
5
6
  TARGET=enc_${TODAY}.zip
@@ -1,6 +1,7 @@
1
1
  #!/usr/bin/env bash
2
2
  # This script zips the contents of selected_files
3
3
  # It prompts for a file name to create, and defaults to archive.zip
4
+ # If no files were selected, then current file under cursor is zipped.
4
5
 
5
6
  FILE=~/tmp/selected_files
6
7
  TODAY=$(date +"%Y%m%d%H%M")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cetus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.36
4
+ version: 0.1.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rahul Kumar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-14 00:00:00.000000000 Z
11
+ date: 2019-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler