-
Notifications
You must be signed in to change notification settings - Fork 0
/
.projux_aliases
executable file
·78 lines (71 loc) · 2.32 KB
/
.projux_aliases
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
###############################################################################
# Copyright 2012-2018 Mike Dreves
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at:
#
# http://opensource.org/licenses/eclipse-1.0.php
#
# By using this software in any fashion, you are agreeing to be bound
# by the terms of this license. You must not remove this notice, or any
# other, from this software. Unless required by applicable law or agreed
# to in writing, software distributed under the License is distributed
# on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
# either express or implied.
###############################################################################
# Frequently used shortcuts
alias :a='projux attach'
alias :b='projux build'
alias :d='projux deploy'
alias :f='projux format'
alias :l='projux lint'
alias :p='projux package'
alias :r='projux run'
alias :t='projux test'
alias :w='projux win'
# Project Info Subcomands
alias :ls='projux ls'
alias :settings='projux settings'
alias :bin='projux bin'
alias :flags='projux flags'
alias :var='projux var'
# Remote Project Management Subcomands
alias :sync='projux sync'
alias :ssh='projux ssh'
alias :sftp='projux sftp'
# Project Session Management Subcommands
alias :sessions='projux sessions'
alias :attach='projux attach'
alias :detach='projux detach'
alias :kill='projux kill'
alias :clear='projux clear'
alias :reload='projux reload'
alias :win='projux win'
alias :pane='projux pane'
# Project File And Directory Management Subcommands
alias :cd='projux cd'
alias :pushd='projux pushd'
alias :cat='projux cat'
alias :vi='projux vi'
# Project Tools Subcommands
alias :format='projux format'
alias :lint='projux lint'
alias :build='projux build'
alias :test='projux test'
alias :coverage='projux coverage'
alias :run='projux run'
alias :clean='projux clean'
alias :package='projux package'
alias :deploy='projux deploy'
alias :gendocs='projux gendocs'
alias :search='projux search'
alias :sanity='projux sanity'
alias :backup='projux backup'
alias :share='projux share'
alias :vimserver='projux vimserver'
alias :sbt='projux sbt'
# Project Output Subcommands
alias :errors='projux errors'
alias :url='projux url'
alias :goto='projux goto'