This file contains hidden or 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
    
  
  
    
  | // zig version: 0.14.1+ | |
| const std = @import("std"); | |
| const Entry = struct { | |
| name: []const u8, | |
| kind: std.fs.Dir.Entry.Kind, | |
| }; | |
| pub fn main() !void { | 
  
    
      This file contains hidden or 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
    
  
  
    
  | # Dell Command Configure Toolkit (cctk) | |
| # Install: https://www.dell.com/support/kbdoc/en-us/000178000/dell-command-configure | |
| # Reference: https://www.dell.com/support/manuals/en-us/command-configure/dellcommandconfigure_rg/-thermalmanagement?guid=guid-7605768c-2051-4f32-9ec9-94201b95b8ac&lang=en-us | |
| alias cctk="sudo /opt/dell/dcc/cctk" | |
| alias thermal-quiet="cctk --ThermalManagement=Quiet" | |
| alias thermal-optimized="cctk --ThermalManagement=Optimized" | |
| alias thermal-performance="cctk --ThermalManagement=UltraPerformance" | |
| alias thermal-status="cctk --ThermalManagement" | |
| # man xclip: https://linux.die.net/man/1/xclip |